Modifier and Type | Method and Description |
---|---|
Transition |
TransitionSystem.findTransition(java.lang.Object fromState,
java.lang.Object toState,
java.lang.Object identifier) |
Transition |
TransitionSystemImpl.findTransition(java.lang.Object fromState,
java.lang.Object toState,
java.lang.Object identifier) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<Transition> |
TransitionSystemImpl.getEdges() |
java.util.Collection<Transition> |
TransitionSystem.getEdges(java.lang.Object identifier) |
java.util.Collection<Transition> |
TransitionSystemImpl.getEdges(java.lang.Object identifier) |
protected org.processmining.models.graphbased.directed.AbstractDirectedGraph<State,Transition> |
TransitionSystemImpl.getEmptyClone() |
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) |
Modifier and Type | Method and Description |
---|---|
Transition |
PayloadTransitionSystem.getTransition(java.util.List<E> sequence,
int i)
Returns the transition that corresponds to the i-th element of the
sequence.
|
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<Transition,org.processmining.plugins.tsanalyzer.TimeStatistics.TransitionStatistics> |
TimeStatistics.transitions |
Modifier and Type | Method and Description |
---|---|
java.lang.Iterable<java.util.Map.Entry<Transition,org.processmining.plugins.tsanalyzer.TimeStatistics.TransitionStatistics>> |
TimeStatistics.getTransitions() |
Modifier and Type | Method and Description |
---|---|
org.processmining.plugins.tsanalyzer.TimeStatistics.TransitionStatistics |
TimeStatistics.getStatistics(Transition transition) |
Constructor and Description |
---|
TimeTransitionAnnotation(Transition transition) |
Modifier and Type | Method and Description |
---|---|
Transition |
TransitionAnnotation.getTransition() |
Modifier and Type | Method and Description |
---|---|
T |
TransitionSystemAnnotation.getTransitionAnnotation(Transition transition) |
Constructor and Description |
---|
TransitionAnnotation(Transition owner) |
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<Transition> |
TSTimeAnnotationGUI.getAllEdgesTo(State state) |
Modifier and Type | Method and Description |
---|---|
boolean |
TSTimeAnnotationGUI.isInPath(Transition e1,
State v2) |
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 |
TsmlAnnotation.unmarshall(Transition transition) |
protected void |
TsmlBasicObject.unmarshall(Transition transition,
java.lang.Object sourceId,
java.lang.Object targetId,
org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights) |
Modifier and Type | Method and Description |
---|---|
void |
TsmlInscription.unmarshall(Transition transition)
Sets the weight of the given arc in the given net to this inscription.
|