public class TsmlTransition extends TsmlBasicObject
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG |
name, toolSpecificListlineNumber, 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, unmarshallexportAttribute, exportElement, importElement, importTextpublic static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
importAttributes in class TsmlBasicObjectprotected java.lang.String exportAttributes(Tsml tsml)
exportAttributes in class TsmlBasicObjectprotected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
importElements in class TsmlBasicObjectprotected java.lang.String exportElements(Tsml tsml)
exportElements in class TsmlBasicObjectprotected void checkValidity(Tsml tsml)
checkValidity in class TsmlBasicObjectpublic 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)