Uses of Class
org.processmining.partialorder.models.projection.LogMoveTransition
-
Packages that use LogMoveTransition Package Description org.processmining.partialorder.models.projection -
-
Uses of LogMoveTransition in org.processmining.partialorder.models.projection
Fields in org.processmining.partialorder.models.projection with type parameters of type LogMoveTransition Modifier and Type Field Description protected java.util.Set<LogMoveTransition>POProjectedPetrinetGraph. logMovesprotected java.util.Map<LogMoveTransition,LogMovePattern>POAlignmentOnModelDataProvider. mapLMTransToPatternA map from a log move transition in the projected model to log move pattern to provide data for the log move transitionMethods in org.processmining.partialorder.models.projection that return LogMoveTransition Modifier and Type Method Description LogMoveTransitionPOProjectedPetrinetGraph. addLogMoveTransition(java.lang.String label)Methods in org.processmining.partialorder.models.projection that return types with arguments of type LogMoveTransition Modifier and Type Method Description java.util.Set<LogMoveTransition>POProjectedPetrinetGraph. getLogMoveTransitions()Methods in org.processmining.partialorder.models.projection with parameters of type LogMoveTransition Modifier and Type Method Description org.processmining.models.graphbased.directed.petrinet.elements.ArcPOProjectedPetrinetGraph. addLogMoveArc(org.processmining.models.graphbased.directed.petrinet.elements.Transition pre, LogMoveTransition t)org.processmining.models.graphbased.directed.petrinet.elements.ArcPOProjectedPetrinetGraph. addLogMoveArc(LogMoveTransition t, org.processmining.models.graphbased.directed.petrinet.elements.Transition post)LogMovePatternPOAlignmentOnModelDataProvider. getPattern(LogMoveTransition t)voidPOAlignmentOnModelDataProvider. putLogMoveTransToPattern(LogMoveTransition t, LogMovePattern lm)
-