public class XpdlLane extends XpdlIdName
id, name
lineNumber, tag, XpdlText
Constructor and Description |
---|
XpdlLane(java.lang.String tag) |
Modifier and Type | Method and Description |
---|---|
protected void |
checkValidity(Xpdl xpdl)
Default check for validity: No action.
|
void |
convertToBpmn(BPMNDiagram bpmn,
java.util.Map<java.lang.String,BPMNNode> id2node) |
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
java.util.List<org.processmining.plugins.xpdl.idname.XpdlLane.XpdlNestedLaneId> |
getNestedLaneList() |
XpdlNodeGraphicsInfos |
getNodeGraphicsInfos() |
XpdlObject |
getObject() |
java.lang.String |
getParentLane() |
java.lang.String |
getParentPool() |
XpdlPerformers |
getPerformers() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard attributes: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
Imports all standard child elements: None.
|
void |
setNodeGraphicsInfos(XpdlNodeGraphicsInfos nodeGraphicsInfos) |
void |
setObject(XpdlObject object) |
void |
setParentLane(java.lang.String parentLane) |
void |
setParentPool(java.lang.String parentPool) |
void |
setPerformers(XpdlPerformers performers) |
getId, getName, setId, setName
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlText
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importElements
in class XpdlElement
protected java.lang.String exportElements()
XpdlElement
exportElements
in class XpdlElement
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Xpdl xpdl)
XpdlElement
importAttributes
in class XpdlIdName
protected java.lang.String exportAttributes()
exportAttributes
in class XpdlIdName
protected void checkValidity(Xpdl xpdl)
XpdlElement
checkValidity
in class XpdlIdName
public java.lang.String getParentLane()
public void setParentLane(java.lang.String parentLane)
public java.lang.String getParentPool()
public void setParentPool(java.lang.String parentPool)
public XpdlObject getObject()
public void setObject(XpdlObject object)
public XpdlNodeGraphicsInfos getNodeGraphicsInfos()
public void setNodeGraphicsInfos(XpdlNodeGraphicsInfos nodeGraphicsInfos)
public XpdlPerformers getPerformers()
public void setPerformers(XpdlPerformers performers)
public java.util.List<org.processmining.plugins.xpdl.idname.XpdlLane.XpdlNestedLaneId> getNestedLaneList()
public void convertToBpmn(BPMNDiagram bpmn, java.util.Map<java.lang.String,BPMNNode> id2node)