Interface Abstraction<E>
-
- Type Parameters:
E- event class
- All Known Subinterfaces:
ActivityCountAbstraction<E>,CausalAbstraction<E>,CausalPrecedenceAbstraction<E>,CausalSuccessionAbstraction<E>,ColumnAbstraction<E>,DirectlyFollowsAbstraction<E>,EndActivityAbstraction<E>,EventuallyFollowsAbstraction<E>,LengthOneLoopAbstraction<E>,LengthTwoLoopAbstraction<E>,LongTermFollowsAbstraction<E>,MatrixAbstraction<E>,MendaciousAbstraction<E>,ParallelAbstraction<E>,StartActivityAbstraction<E>,TwoWayLengthTwoLoopAbstraction<E>,UnrelatedAbstraction<E>
- All Known Implementing Classes:
AbstractAbstraction,AbstractColumnAbstraction,AbstractMatrixAbstraction,ActivityCountAbstractionImpl,CausalPrecedenceAbstractionImpl,CausalRelationAbstractionImpl,CausalSuccessionAbstractionImpl,DirectlyFollowsAbstractionImpl,EndActivityAbstractionImpl,EventuallyFollowsAbstractionImpl,LengthOneLoopAbstractionImpl,LengthTwoLoopAbstractionImpl,LongTermFollowsAbstractionImpl,MendaciousAbstractionImpl,ParallelAbstractionImpl,StartActivityAbstractionImpl,TwoWayLengthTwoLoopAbstractionImpl,UnrelatedAbstractionImpl
public interface Abstraction<E>Process Mining "Abstraction"- Author:
- svzelst
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EgetEventClass(int index)E[]getEventClasses()intgetIndex(E t)
-