public class TsmlTransition extends TsmlBasicObject
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG |
name, toolSpecificList
lineNumber, tag
Constructor and Description |
---|
TsmlTransition()
Creates a fresh PNML arc.
|
Modifier and Type | Method and Description |
---|---|
protected void |
checkValidity(Tsml tsml)
Checks validity.
|
protected java.lang.String |
exportAttributes(Tsml tsml)
Exports all attributes.
|
protected java.lang.String |
exportElements(Tsml tsml)
Exports all child elements.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
Imports all known attributes.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
Checks whether the current start tag is known.
|
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 |
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.
|
getName, marshall, unmarshall, unmarshall
exportAttribute, exportElement, importElement, importText
public static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Tsml tsml)
importAttributes
in class TsmlBasicObject
protected java.lang.String exportAttributes(Tsml tsml)
exportAttributes
in class TsmlBasicObject
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Tsml tsml)
importElements
in class TsmlBasicObject
protected java.lang.String exportElements(Tsml tsml)
exportElements
in class TsmlBasicObject
protected void checkValidity(Tsml tsml)
checkValidity
in class TsmlBasicObject
public void unmarshall(TransitionSystem ts, org.processmining.models.graphbased.directed.DirectedGraphElementWeights weights, java.util.Map<java.lang.String,State> idStateMap, org.processmining.models.connections.GraphLayoutConnection layout)
public 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)