Class AbstractAbstraction<E>
- java.lang.Object
-
- org.processmining.logabstractions.models.abstr.AbstractAbstraction<E>
-
- All Implemented Interfaces:
Abstraction<E>
- Direct Known Subclasses:
AbstractColumnAbstraction,AbstractMatrixAbstraction
public class AbstractAbstraction<E> extends java.lang.Object implements Abstraction<E>
-
-
Constructor Summary
Constructors Constructor Description AbstractAbstraction(E[] eventClasses)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EgetEventClass(int index)E[]getEventClasses()intgetIndex(E t)
-
-
-
Constructor Detail
-
AbstractAbstraction
public AbstractAbstraction(E[] eventClasses)
-
-
Method Detail
-
getEventClasses
public E[] getEventClasses()
- Specified by:
getEventClassesin interfaceAbstraction<E>
-
getIndex
public int getIndex(E t)
- Specified by:
getIndexin interfaceAbstraction<E>
-
getEventClass
public E getEventClass(int index)
- Specified by:
getEventClassin interfaceAbstraction<E>
-
-