Uses of Class
org.processmining.models.graphbased.directed.transitionsystem.State
-
-
Uses of State in org.processmining.models.graphbased.directed.transitionsystem
Methods in org.processmining.models.graphbased.directed.transitionsystem that return State Modifier and Type Method Description StateTransitionSystem. getNode(java.lang.Object identifier)StateTransitionSystemImpl. getNode(java.lang.Object identifier)Methods in org.processmining.models.graphbased.directed.transitionsystem that return types with arguments of type State Modifier and Type Method Description protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<State,Transition>TransitionSystemImpl. getEmptyClone()java.util.Set<State>TransitionSystemImpl. getNodes()Method parameters in org.processmining.models.graphbased.directed.transitionsystem with type arguments of type State 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)Constructors in org.processmining.models.graphbased.directed.transitionsystem with parameters of type State Constructor Description Transition(State source, State target, java.lang.Object identifier) -
Uses of State in org.processmining.models.graphbased.directed.transitionsystem.payload
Methods in org.processmining.models.graphbased.directed.transitionsystem.payload that return State Modifier and Type Method Description StatePayloadTransitionSystem. getSourceState(java.util.List<E> sequence, int i)Returns the source state of the transition that corresponds to the i-th element.StatePayloadTransitionSystem. getTargetState(java.util.List<E> sequence, int i) -
Uses of State in org.processmining.plugins.transitionsystem.miner
Method parameters in org.processmining.plugins.transitionsystem.miner with type arguments of type State Modifier and Type Method Description org.deckfour.xes.model.XLogTSMiner. filter(TSMinerInput settings, TransitionSystem transitionSystem, java.util.Collection<State> selectedStates, java.util.Collection<Transition> selectedTransitions, int treshold)Creates a log based on the selected states and transitions together with the settings as used for mining the transition system. -
Uses of State in org.processmining.plugins.tsanalyzer
Methods in org.processmining.plugins.tsanalyzer with parameters of type State Modifier and Type Method Description FrequencyStateAnnotationAnnotatedTransitionSystem. getFrequency_StateAnnotation(State state)Returns the frequency annotation object for the given element (state or transition).TimeStateAnnotationAnnotatedTransitionSystem. getTime_StateAnnotation(State state)Returns the time annotation object for the given element (state or transition). -
Uses of State in org.processmining.plugins.tsanalyzer.annotation
Fields in org.processmining.plugins.tsanalyzer.annotation with type parameters of type State Modifier and Type Field Description protected java.util.HashMap<State,S>Statistics. statesMethods in org.processmining.plugins.tsanalyzer.annotation that return State Modifier and Type Method Description StateStateAnnotation. getState()Methods in org.processmining.plugins.tsanalyzer.annotation that return types with arguments of type State Modifier and Type Method Description java.lang.Iterable<java.util.Map.Entry<State,S>>Statistics. getStates()Methods in org.processmining.plugins.tsanalyzer.annotation with parameters of type State Modifier and Type Method Description STransitionSystemAnnotation. getStateAnnotation(State state)abstract SStatistics. getStatistics(State state)Constructors in org.processmining.plugins.tsanalyzer.annotation with parameters of type State Constructor Description StateAnnotation(State owner) -
Uses of State in org.processmining.plugins.tsanalyzer.annotation.frequency
Methods in org.processmining.plugins.tsanalyzer.annotation.frequency with parameters of type State Modifier and Type Method Description FrequencyStateStatisticsFrequencyStatistics. getStatistics(State state)Constructors in org.processmining.plugins.tsanalyzer.annotation.frequency with parameters of type State Constructor Description FrequencyStateAnnotation(State state) -
Uses of State in org.processmining.plugins.tsanalyzer.annotation.time
Methods in org.processmining.plugins.tsanalyzer.annotation.time with parameters of type State Modifier and Type Method Description TimeStateStatisticsTimeStatistics. getStatistics(State state)Constructors in org.processmining.plugins.tsanalyzer.annotation.time with parameters of type State Constructor Description TimeStateAnnotation(State state) -
Uses of State in org.processmining.plugins.tsanalyzer.gui
Methods in org.processmining.plugins.tsanalyzer.gui with parameters of type State Modifier and Type Method Description java.util.HashSet<Transition>TSTimeAnnotationGUI. getAllEdgesTo(State state)booleanTSTimeAnnotationGUI. isInPath(State v1, State v2, java.util.HashSet<State> vs)booleanTSTimeAnnotationGUI. isInPath(Transition e1, State v2)Method parameters in org.processmining.plugins.tsanalyzer.gui with type arguments of type State Modifier and Type Method Description booleanTSTimeAnnotationGUI. isInPath(State v1, State v2, java.util.HashSet<State> vs) -
Uses of State in org.processmining.plugins.tsanalyzer2.annotation
Methods in org.processmining.plugins.tsanalyzer2.annotation that return State Modifier and Type Method Description StateStateAnnotation. getState()Methods in org.processmining.plugins.tsanalyzer2.annotation with parameters of type State Modifier and Type Method Description STransitionSystemAnnotation. getStateAnnotation(State state)Constructors in org.processmining.plugins.tsanalyzer2.annotation with parameters of type State Constructor Description StateAnnotation(State owner) -
Uses of State in org.processmining.plugins.tsml
Methods in org.processmining.plugins.tsml with parameters of type State Modifier and Type Method Description TsmlNodeTsmlNode. marshall(State state, java.lang.String id, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, org.processmining.models.connections.GraphLayoutConnection layout)TsmlStateTsmlState. marshall(State state, StartStateSet starts, AcceptStateSet accepts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, java.lang.String id, org.processmining.models.connections.GraphLayoutConnection layout)voidTsmlAnnotation. unmarshall(State state)protected voidTsmlBasicObject. unmarshall(State state, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights)protected voidTsmlNode. unmarshall(State state, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, org.processmining.models.connections.GraphLayoutConnection layout)Method parameters in org.processmining.plugins.tsml with type arguments of type State 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)voidTsmlState. unmarshall(TransitionSystem ts, StartStateSet starts, AcceptStateSet accepts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, java.util.Map<java.lang.String,State> idStateMap, org.processmining.models.connections.GraphLayoutConnection layout)Converts this state to a TS state.voidTsmlTransition. unmarshall(TransitionSystem ts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, java.util.Map<java.lang.String,State> idStateMap, org.processmining.models.connections.GraphLayoutConnection layout)Converts this transition to a regular TS transition.
-