Uses of Interface
org.processmining.logabstractions.models.LengthTwoLoopAbstraction
-
Packages that use LengthTwoLoopAbstraction Package Description org.processmining.logabstractions.factories org.processmining.logabstractions.models.implementations -
-
Uses of LengthTwoLoopAbstraction in org.processmining.logabstractions.factories
Methods in org.processmining.logabstractions.factories with type parameters of type LengthTwoLoopAbstraction Modifier and Type Method Description static <L extends LengthTwoLoopAbstraction<E>,E>
TwoWayLengthTwoLoopAbstraction<E>LoopAbstractionFactory. constructBooleanTwoWayLengthTwoLoopAbstraction(L l2la)Methods in org.processmining.logabstractions.factories that return LengthTwoLoopAbstraction Modifier and Type Method Description static LengthTwoLoopAbstraction<org.deckfour.xes.classification.XEventClass>LoopAbstractionFactory. constructBooleanLengthOneLoopFreeLengthTwoLoopAbstraction(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClasses classes, LengthOneLoopAbstraction<org.deckfour.xes.classification.XEventClass> lola)static LengthTwoLoopAbstraction<org.deckfour.xes.classification.XEventClass>LoopAbstractionFactory. constructBooleanLengthTwoLoopAbstraction(org.deckfour.xes.model.XLog log, org.deckfour.xes.classification.XEventClasses classes)static <E> LengthTwoLoopAbstraction<E>LoopAbstractionFactory. constructLengthTwoLoopAbstraction(E[] eventClasses, double[][] matrix, double threshold)Methods in org.processmining.logabstractions.factories with parameters of type LengthTwoLoopAbstraction Modifier and Type Method Description static <E> CausalAbstraction<E>CausalAbstractionFactory. constructAlphaPlusPlusCausalAbstraction(DirectlyFollowsAbstraction<E> dfa, LengthTwoLoopAbstraction<E> ltla, double threshold)static <T> double[][]CausalAbstractionFactory. constructAlphaPlusPlusCausalAbstractionMatrix(DirectlyFollowsAbstraction<T> dfa, LengthTwoLoopAbstraction<T> ltla)static <E> double[][]LoopAbstractionFactory. constructBooleanTwoWayLengthTwoLoopMatrix(LengthTwoLoopAbstraction<E> l2la) -
Uses of LengthTwoLoopAbstraction in org.processmining.logabstractions.models.implementations
Classes in org.processmining.logabstractions.models.implementations that implement LengthTwoLoopAbstraction Modifier and Type Class Description classLengthTwoLoopAbstractionImpl<E>
-