Class TsmlFill
- java.lang.Object
-
- org.processmining.plugins.tsml.TsmlElement
-
- org.processmining.plugins.tsml.graphics.TsmlFill
-
public class TsmlFill extends TsmlElement
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringTAGPNML fill tag.-
Fields inherited from class org.processmining.plugins.tsml.TsmlElement
lineNumber, tag
-
-
Constructor Summary
Constructors Constructor Description TsmlFill()Creates a fresh fill element.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.StringexportAttributes(Tsml tsml)Exports all attributes.protected voidimportAttributes(org.xmlpull.v1.XmlPullParser xpp, Tsml tsml)Imports all known attributes.TsmlFillmarshall(org.processmining.models.graphbased.AbstractGraphElement element)voidunmarshall(org.processmining.models.graphbased.AbstractGraphElement element)Sets the fill of the given graph element to this fill.-
Methods inherited from class org.processmining.plugins.tsml.TsmlElement
checkValidity, exportAttribute, exportElement, exportElements, importElement, importElements, importText
-
-
-
-
Field Detail
-
TAG
public static final java.lang.String TAG
PNML fill tag.- See Also:
- Constant Field Values
-
-
Method Detail
-
importAttributes
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Tsml tsml)Imports all known attributes.- Overrides:
importAttributesin classTsmlElement
-
exportAttributes
protected java.lang.String exportAttributes(Tsml tsml)
Exports all attributes.- Overrides:
exportAttributesin classTsmlElement- Returns:
-
unmarshall
public void unmarshall(org.processmining.models.graphbased.AbstractGraphElement element)
Sets the fill of the given graph element to this fill.- Parameters:
element- The given element.
-
marshall
public TsmlFill marshall(org.processmining.models.graphbased.AbstractGraphElement element)
-
-