Uses of Interface
org.processmining.logabstractions.models.MatrixAbstraction
-
-
Uses of MatrixAbstraction in org.processmining.logabstractions.models
Subinterfaces of MatrixAbstraction in org.processmining.logabstractions.models Modifier and Type Interface Description interfaceCausalAbstraction<E>interfaceCausalPrecedenceAbstraction<E>interfaceCausalSuccessionAbstraction<E>interfaceDirectlyFollowsAbstraction<E>interfaceEventuallyFollowsAbstraction<E>Eventually follows: a \succ binterfaceLengthTwoLoopAbstraction<E>interfaceLongTermFollowsAbstraction<E>Long-Term-Follows abstraction: a >> binterfaceMendaciousAbstraction<E>first defined in: "Mining Process Models with Prime Invisible Tasks"; Lijie Wen, Jianmin Wang, Wil M.P.interfaceParallelAbstraction<E>interfaceTwoWayLengthTwoLoopAbstraction<E>interfaceUnrelatedAbstraction<E> -
Uses of MatrixAbstraction in org.processmining.logabstractions.models.abstr
Classes in org.processmining.logabstractions.models.abstr that implement MatrixAbstraction Modifier and Type Class Description classAbstractMatrixAbstraction<E> -
Uses of MatrixAbstraction in org.processmining.logabstractions.models.implementations
Classes in org.processmining.logabstractions.models.implementations that implement MatrixAbstraction Modifier and Type Class Description classCausalPrecedenceAbstractionImpl<E>classCausalRelationAbstractionImpl<E>classCausalSuccessionAbstractionImpl<E>classDirectlyFollowsAbstractionImpl<E>classEventuallyFollowsAbstractionImpl<E>classLengthTwoLoopAbstractionImpl<E>classLongTermFollowsAbstractionImpl<E>classMendaciousAbstractionImpl<E>classParallelAbstractionImpl<E>classTwoWayLengthTwoLoopAbstractionImpl<E>classUnrelatedAbstractionImpl<E> -
Uses of MatrixAbstraction in org.processmining.logabstractions.util
Methods in org.processmining.logabstractions.util with type parameters of type MatrixAbstraction Modifier and Type Method Description static <T1 extends MatrixAbstraction<T2>,T2>
booleanAbstractionUtil. checkAbstractionHolds(T1 abs, java.util.Collection<T2> first, java.util.Collection<T2> second, boolean geq)Checks, given some abstraction whether the relation holds amongst the two given sets.static <T1 extends MatrixAbstraction<T2>,T2>
booleanAbstractionUtil. checkAbstractionsHold(T1[] abs, java.util.Collection<T2> first, java.util.Collection<T2> second, boolean[] geq)Methods in org.processmining.logabstractions.util with parameters of type MatrixAbstraction Modifier and Type Method Description static <T1 extends MatrixAbstraction<T2>,T2>
booleanAbstractionUtil. checkAbstractionsHold(T1[] abs, java.util.Collection<T2> first, java.util.Collection<T2> second, boolean[] geq)
-