Class EventPayloadTransitionSystem
- java.lang.Object
-
- org.processmining.models.graphbased.AbstractGraphElement
-
- org.processmining.models.graphbased.AbstractGraph
-
- org.processmining.models.graphbased.directed.AbstractDirectedGraph<State,Transition>
-
- org.processmining.models.graphbased.directed.transitionsystem.TransitionSystemImpl
-
- org.processmining.models.graphbased.directed.transitionsystem.payload.PayloadTransitionSystem<org.deckfour.xes.model.XEvent>
-
- org.processmining.models.graphbased.directed.transitionsystem.payload.event.EventPayloadTransitionSystem
-
- All Implemented Interfaces:
java.lang.Cloneable,java.lang.Comparable<org.processmining.models.graphbased.directed.DirectedGraph<State,Transition>>,org.processmining.models.graphbased.AttributeMapOwner,org.processmining.models.graphbased.directed.DirectedGraph<State,Transition>,org.processmining.models.graphbased.directed.DirectedGraphElement,TransitionSystem
- Direct Known Subclasses:
TSMinerTransitionSystem
public class EventPayloadTransitionSystem extends PayloadTransitionSystem<org.deckfour.xes.model.XEvent>
-
-
Constructor Summary
Constructors Constructor Description EventPayloadTransitionSystem(java.lang.String label, EventPayloadHandler handler)
-
Method Summary
-
Methods inherited from class org.processmining.models.graphbased.directed.transitionsystem.payload.PayloadTransitionSystem
getPayloadHanlder, getSourceState, getTargetState, getTransition
-
Methods inherited from class org.processmining.models.graphbased.directed.transitionsystem.TransitionSystemImpl
addProxyMap, addState, addTransition, cloneFrom, findTransition, getEdges, getEdges, getEmptyClone, getNode, getNodes, getStates, getTransitionObjects, getTransitions, putProxy, removeEdge, removeNode, removeState, removeTransition
-
Methods inherited from class org.processmining.models.graphbased.directed.AbstractDirectedGraph
checkAddEdge, compareTo, getGraph, getInEdges, getOutEdges, graphElementAdded, graphElementChanged, graphElementRemoved, removeSurroundingEdges
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraph
equals, getEdges, hashCode, removeFromEdges, removeNodeFromCollection
-
Methods inherited from class org.processmining.models.graphbased.AbstractGraphElement
getAttributeMap, getLabel, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.processmining.models.graphbased.AttributeMapOwner
getAttributeMap
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraph
getInEdges, getOutEdges
-
Methods inherited from interface org.processmining.models.graphbased.directed.DirectedGraphElement
equals, getGraph, hashCode
-
Methods inherited from interface org.processmining.models.graphbased.directed.transitionsystem.TransitionSystem
getLabel
-
-
-
-
Constructor Detail
-
EventPayloadTransitionSystem
public EventPayloadTransitionSystem(java.lang.String label, EventPayloadHandler handler)
-
-