Uses of Interface
org.processmining.logabstractions.models.Abstraction
-
Packages that use Abstraction Package Description org.processmining.logabstractions.models org.processmining.logabstractions.models.abstr org.processmining.logabstractions.models.implementations -
-
Uses of Abstraction in org.processmining.logabstractions.models
Subinterfaces of Abstraction in org.processmining.logabstractions.models Modifier and Type Interface Description interfaceActivityCountAbstraction<E>interfaceCausalAbstraction<E>interfaceCausalPrecedenceAbstraction<E>interfaceCausalSuccessionAbstraction<E>interfaceColumnAbstraction<E>interfaceDirectlyFollowsAbstraction<E>interfaceEndActivityAbstraction<E>interfaceEventuallyFollowsAbstraction<E>Eventually follows: a \succ binterfaceLengthOneLoopAbstraction<E>interfaceLengthTwoLoopAbstraction<E>interfaceLongTermFollowsAbstraction<E>Long-Term-Follows abstraction: a >> binterfaceMatrixAbstraction<E>Abstraction representable in matrix form.interfaceMendaciousAbstraction<E>first defined in: "Mining Process Models with Prime Invisible Tasks"; Lijie Wen, Jianmin Wang, Wil M.P.interfaceParallelAbstraction<E>interfaceStartActivityAbstraction<E>interfaceTwoWayLengthTwoLoopAbstraction<E>interfaceUnrelatedAbstraction<E> -
Uses of Abstraction in org.processmining.logabstractions.models.abstr
Classes in org.processmining.logabstractions.models.abstr that implement Abstraction Modifier and Type Class Description classAbstractAbstraction<E>classAbstractColumnAbstraction<E>classAbstractMatrixAbstraction<E> -
Uses of Abstraction in org.processmining.logabstractions.models.implementations
Classes in org.processmining.logabstractions.models.implementations that implement Abstraction Modifier and Type Class Description classActivityCountAbstractionImpl<E>classCausalPrecedenceAbstractionImpl<E>classCausalRelationAbstractionImpl<E>classCausalSuccessionAbstractionImpl<E>classDirectlyFollowsAbstractionImpl<E>classEndActivityAbstractionImpl<E>classEventuallyFollowsAbstractionImpl<E>classLengthOneLoopAbstractionImpl<E>classLengthTwoLoopAbstractionImpl<E>classLongTermFollowsAbstractionImpl<E>classMendaciousAbstractionImpl<E>classParallelAbstractionImpl<E>classStartActivityAbstractionImpl<E>classTwoWayLengthTwoLoopAbstractionImpl<E>classUnrelatedAbstractionImpl<E>
-