public class TsmlFill extends TsmlElement
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TAG
PNML fill tag.
|
lineNumber, tag| Constructor and Description |
|---|
TsmlFill()
Creates a fresh fill element.
|
| 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.
|
TsmlFill |
marshall(org.processmining.models.graphbased.AbstractGraphElement element) |
void |
unmarshall(org.processmining.models.graphbased.AbstractGraphElement element)
Sets the fill of the given graph element to this fill.
|
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 TsmlFill marshall(org.processmining.models.graphbased.AbstractGraphElement element)