Uses of Class
org.processmining.partialorder.models.projection.LogMovePattern
-
Packages that use LogMovePattern Package Description org.processmining.partialorder.models.projection org.processmining.partialorder.plugins.vis.projection -
-
Uses of LogMovePattern in org.processmining.partialorder.models.projection
Fields in org.processmining.partialorder.models.projection declared as LogMovePattern Modifier and Type Field Description protected LogMovePatternDataPattern. patternFields in org.processmining.partialorder.models.projection with type parameters of type LogMovePattern Modifier and Type Field Description protected java.util.List<LogMovePattern>POAlignmentOnModelDataProvider. logMovePatternsA list ofLogMovePatternthat appeared in this.logReplayResultprotected 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 LogMovePattern Modifier and Type Method Description LogMovePatternDataPattern. getPattern()LogMovePatternPOAlignmentOnModelDataProvider. getPattern(LogMoveTransition t)Methods in org.processmining.partialorder.models.projection that return types with arguments of type LogMovePattern Modifier and Type Method Description java.util.List<LogMovePattern>POAlignmentOnModelDataProvider. getLogMovePatterns()Methods in org.processmining.partialorder.models.projection with parameters of type LogMovePattern Modifier and Type Method Description voidPOAlignmentOnModelDataProvider. putLogMoveTransToPattern(LogMoveTransition t, LogMovePattern lm)voidDataPattern. setPattern(LogMovePattern pattern)Constructors in org.processmining.partialorder.models.projection with parameters of type LogMovePattern Constructor Description DataPattern(java.lang.String key, LogMovePattern lmp, EnumDataAccessType i)Construct a data pattern that is associated with a log move pattern -
Uses of LogMovePattern in org.processmining.partialorder.plugins.vis.projection
Methods in org.processmining.partialorder.plugins.vis.projection with parameters of type LogMovePattern Modifier and Type Method Description voidPAlignModelProjectionInfoPanel. updateInfo(LogMovePattern pattern)voidPProjectionConfigPanel. updateInfo(LogMovePattern pattern)
-