public class PnmlFill extends PnmlElement
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
TAG
PNML fill tag.
|
factory, lineNumber, tag
Modifier | Constructor and Description |
---|---|
protected |
PnmlFill()
Creates a fresh fill element.
|
Modifier and Type | Method and Description |
---|---|
PnmlFill |
convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element) |
void |
convertToNet(org.processmining.models.graphbased.AbstractGraphElement element)
Sets the fill of the given graph element to this fill.
|
protected java.lang.String |
exportAttributes(Pnml pnml)
Exports all attributes.
|
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Pnml pnml)
Imports all known attributes.
|
checkValidity, exportAttribute, exportElement, exportElements, importElement, importElements, importText, setFactory
public static final java.lang.String TAG
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Pnml pnml)
importAttributes
in class PnmlElement
protected java.lang.String exportAttributes(Pnml pnml)
exportAttributes
in class PnmlElement
public void convertToNet(org.processmining.models.graphbased.AbstractGraphElement element)
element
- The given element.public PnmlFill convertFromNet(org.processmining.models.graphbased.AbstractGraphElement element)