Uses of Class
org.processmining.models.graphbased.directed.transitionsystem.Transition
-
-
Uses of Transition in org.processmining.models.graphbased.directed.transitionsystem
Methods in org.processmining.models.graphbased.directed.transitionsystem that return Transition Modifier and Type Method Description TransitionTransitionSystem. findTransition(java.lang.Object fromState, java.lang.Object toState, java.lang.Object identifier)TransitionTransitionSystemImpl. findTransition(java.lang.Object fromState, java.lang.Object toState, java.lang.Object identifier)Methods in org.processmining.models.graphbased.directed.transitionsystem that return types with arguments of type Transition Modifier and Type Method Description java.util.Collection<Transition>TransitionSystem. getEdges(java.lang.Object identifier)java.util.Set<Transition>TransitionSystemImpl. getEdges()java.util.Collection<Transition>TransitionSystemImpl. getEdges(java.lang.Object identifier)protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<State,Transition>TransitionSystemImpl. getEmptyClone()Method parameters in org.processmining.models.graphbased.directed.transitionsystem with type arguments of type Transition Modifier and Type Method Description protected java.util.Map<org.processmining.models.graphbased.directed.DirectedGraphElement,org.processmining.models.graphbased.directed.DirectedGraphElement>TransitionSystemImpl. cloneFrom(org.processmining.models.graphbased.directed.DirectedGraph<State,Transition> graph) -
Uses of Transition in org.processmining.models.graphbased.directed.transitionsystem.payload
Methods in org.processmining.models.graphbased.directed.transitionsystem.payload that return Transition Modifier and Type Method Description TransitionPayloadTransitionSystem. getTransition(java.util.List<E> sequence, int i)Returns the transition that corresponds to the i-th element of the sequence. -
Uses of Transition in org.processmining.plugins.tsanalyzer
Methods in org.processmining.plugins.tsanalyzer with parameters of type Transition Modifier and Type Method Description FrequencyTransitionAnnotationAnnotatedTransitionSystem. getFrequency_TransitionAnnotation(Transition transition)TimeTransitionAnnotationAnnotatedTransitionSystem. getTime_TransitionAnnotation(Transition transition) -
Uses of Transition in org.processmining.plugins.tsanalyzer.annotation
Fields in org.processmining.plugins.tsanalyzer.annotation with type parameters of type Transition Modifier and Type Field Description protected java.util.HashMap<Transition,T>Statistics. transitionsMethods in org.processmining.plugins.tsanalyzer.annotation that return Transition Modifier and Type Method Description TransitionTransitionAnnotation. getTransition()Methods in org.processmining.plugins.tsanalyzer.annotation that return types with arguments of type Transition Modifier and Type Method Description java.lang.Iterable<java.util.Map.Entry<Transition,T>>Statistics. getTransitions()Methods in org.processmining.plugins.tsanalyzer.annotation with parameters of type Transition Modifier and Type Method Description abstract TStatistics. getStatistics(Transition transition)TTransitionSystemAnnotation. getTransitionAnnotation(Transition transition)Constructors in org.processmining.plugins.tsanalyzer.annotation with parameters of type Transition Constructor Description TransitionAnnotation(Transition owner) -
Uses of Transition in org.processmining.plugins.tsanalyzer.annotation.frequency
Methods in org.processmining.plugins.tsanalyzer.annotation.frequency with parameters of type Transition Modifier and Type Method Description FrequencyTransitionStatisticsFrequencyStatistics. getStatistics(Transition transition)Constructors in org.processmining.plugins.tsanalyzer.annotation.frequency with parameters of type Transition Constructor Description FrequencyTransitionAnnotation(Transition transition) -
Uses of Transition in org.processmining.plugins.tsanalyzer.annotation.time
Methods in org.processmining.plugins.tsanalyzer.annotation.time with parameters of type Transition Modifier and Type Method Description TimeTransitionStatisticsTimeStatistics. getStatistics(Transition transition)Constructors in org.processmining.plugins.tsanalyzer.annotation.time with parameters of type Transition Constructor Description TimeTransitionAnnotation(Transition transition) -
Uses of Transition in org.processmining.plugins.tsanalyzer.gui
Methods in org.processmining.plugins.tsanalyzer.gui that return types with arguments of type Transition Modifier and Type Method Description java.util.HashSet<Transition>TSTimeAnnotationGUI. getAllEdgesTo(State state)Methods in org.processmining.plugins.tsanalyzer.gui with parameters of type Transition Modifier and Type Method Description booleanTSTimeAnnotationGUI. isInPath(Transition e1, State v2) -
Uses of Transition in org.processmining.plugins.tsanalyzer2.annotation
Methods in org.processmining.plugins.tsanalyzer2.annotation that return Transition Modifier and Type Method Description TransitionTransitionAnnotation. getTransition()Methods in org.processmining.plugins.tsanalyzer2.annotation with parameters of type Transition Modifier and Type Method Description TTransitionSystemAnnotation. getTransitionAnnotation(Transition transition)Constructors in org.processmining.plugins.tsanalyzer2.annotation with parameters of type Transition Constructor Description TransitionAnnotation(Transition owner) -
Uses of Transition in org.processmining.plugins.tsml
Methods in org.processmining.plugins.tsml with parameters of type Transition Modifier and Type Method Description TsmlTransitionTsmlTransition. marshall(Transition transition, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, java.util.Map<State,java.lang.String> stateIdMap, java.lang.String id, org.processmining.models.connections.GraphLayoutConnection layout)voidTsmlAnnotation. unmarshall(Transition transition)protected voidTsmlBasicObject. unmarshall(Transition transition, java.lang.Object sourceId, java.lang.Object targetId, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights) -
Uses of Transition in org.processmining.plugins.tsml.extensions
Methods in org.processmining.plugins.tsml.extensions with parameters of type Transition Modifier and Type Method Description voidTsmlInscription. unmarshall(Transition transition)Sets the weight of the given arc in the given net to this inscription.
-