Uses of Interface
org.processmining.logabstractions.models.TwoWayLengthTwoLoopAbstraction
-
Packages that use TwoWayLengthTwoLoopAbstraction Package Description org.processmining.logabstractions.factories org.processmining.logabstractions.models.implementations -
-
Uses of TwoWayLengthTwoLoopAbstraction in org.processmining.logabstractions.factories
Methods in org.processmining.logabstractions.factories with type parameters of type TwoWayLengthTwoLoopAbstraction Modifier and Type Method Description static <D extends DirectlyFollowsAbstraction<E>,L extends TwoWayLengthTwoLoopAbstraction<E>,E>
ParallelAbstraction<E>ParallelAbstractionFactory. constructAlphaPlusParallelAbstraction(D dfa, L twltla)static <D extends DirectlyFollowsAbstraction<E>,L extends TwoWayLengthTwoLoopAbstraction<E>,E>
ParallelAbstraction<E>ParallelAbstractionFactory. constructAlphaPlusPlusParallelAbstraction(D dfa, L twltla)Methods in org.processmining.logabstractions.factories that return TwoWayLengthTwoLoopAbstraction Modifier and Type Method Description static <L extends LengthTwoLoopAbstraction<E>,E>
TwoWayLengthTwoLoopAbstraction<E>LoopAbstractionFactory. constructBooleanTwoWayLengthTwoLoopAbstraction(L l2la) -
Uses of TwoWayLengthTwoLoopAbstraction in org.processmining.logabstractions.models.implementations
Classes in org.processmining.logabstractions.models.implementations that implement TwoWayLengthTwoLoopAbstraction Modifier and Type Class Description classTwoWayLengthTwoLoopAbstractionImpl<E>
-