public class TsmlLine extends TsmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG
PNML line tag.
|
lineNumber, tag| Constructor and Description |
|---|
TsmlLine()
Creates a fresh PNML line object.
|
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
exportAttributes(Tsml tsml)
Exports all attributes.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
Imports all known attributes.
|
TsmlLine |
marshall(org.processmining.models.graphbased.AbstractGraphElement element) |
void |
unmarshall(org.processmining.models.graphbased.AbstractGraphElement element)
Sets the line of the given graph element to this line.
|
checkValidity, exportAttribute, exportElement, exportElements, importElement, importElements, importTextpublic static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Tsml tsml)
importAttributes in class TsmlElementprotected java.lang.String exportAttributes(Tsml tsml)
exportAttributes in class TsmlElementpublic void unmarshall(org.processmining.models.graphbased.AbstractGraphElement element)
element - The given element.public TsmlLine marshall(org.processmining.models.graphbased.AbstractGraphElement element)