Modifier and Type | Method and Description |
---|---|
State |
TransitionSystem.getNode(java.lang.Object identifier) |
State |
TransitionSystemImpl.getNode(java.lang.Object identifier) |
Modifier and Type | Method and Description |
---|---|
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<State,Transition> |
TransitionSystemImpl.getEmptyClone() |
java.util.Set<State> |
TransitionSystemImpl.getNodes() |
Modifier and Type | Method and 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) |
Constructor and Description |
---|
Transition(State source,
State target,
java.lang.Object identifier) |
Modifier and Type | Method and Description |
---|---|
State |
PayloadTransitionSystem.getSourceState(java.util.List<E> sequence,
int i)
Returns the source state of the transition that corresponds to the i-th
element.
|
State |
PayloadTransitionSystem.getTargetState(java.util.List<E> sequence,
int i) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
TSMiner.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.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.HashMap<State,org.processmining.plugins.tsanalyzer.TimeStatistics.StateStatistics> |
TimeStatistics.states |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.util.Map.Entry<State,org.processmining.plugins.tsanalyzer.TimeStatistics.StateStatistics>> |
TimeStatistics.getStates() |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.tsanalyzer.TimeStatistics.StateStatistics |
TimeStatistics.getStatistics(State state) |
Constructor and Description |
---|
TimeStateAnnotation(State state) |
Modifier and Type | Method and Description |
---|---|
State |
StateAnnotation.getState() |
Modifier and Type | Method and Description |
---|---|
S |
TransitionSystemAnnotation.getStateAnnotation(State state) |
Constructor and Description |
---|
StateAnnotation(State owner) |
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<Transition> |
TSTimeAnnotationGUI.getAllEdgesTo(State state) |
boolean |
TSTimeAnnotationGUI.isInPath(State v1,
State v2,
java.util.HashSet<State> vs) |
boolean |
TSTimeAnnotationGUI.isInPath(Transition e1,
State v2) |
Modifier and Type | Method and Description |
---|---|
boolean |
TSTimeAnnotationGUI.isInPath(State v1,
State v2,
java.util.HashSet<State> vs) |
Modifier and Type | Method and Description |
---|---|
TsmlState |
TsmlState.marshall(State state,
StartStateSet starts,
AcceptStateSet accepts,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
java.lang.String id,
org.processmining.models.connections.GraphLayoutConnection layout) |
TsmlNode |
TsmlNode.marshall(State state,
java.lang.String id,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
org.processmining.models.connections.GraphLayoutConnection layout) |
void |
TsmlAnnotation.unmarshall(State state) |
protected void |
TsmlBasicObject.unmarshall(State state,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights) |
protected void |
TsmlNode.unmarshall(State state,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
org.processmining.models.connections.GraphLayoutConnection layout) |
Modifier and Type | Method and Description |
---|---|
TsmlTransition |
TsmlTransition.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) |
void |
TsmlTransition.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.
|
void |
TsmlState.unmarshall(TransitionSystem ts,
StartStateSet starts,
AcceptStateSet accepts,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights,
java.util.Map<java.lang.String,State> idStateMap)
Converts this state to a TS state.
|