public class XpdlPool extends XpdlIdName
id, namelineNumber, tag, XpdlText| Constructor and Description |
|---|
XpdlPool(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.lang.String |
getBoundaryVisible() |
XpdlLanes |
getLanes() |
java.lang.String |
getMainPool() |
XpdlNodeGraphicsInfos |
getNodeGraphicsInfos() |
XpdlObject |
getObject() |
java.lang.String |
getOrientation() |
java.lang.String |
getParticipant() |
java.lang.String |
getProcess() |
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 |
setBoundaryVisible(java.lang.String boundaryVisible) |
void |
setLanes(XpdlLanes lanes) |
void |
setMainPool(java.lang.String mainPool) |
void |
setNodeGraphicsInfos(XpdlNodeGraphicsInfos nodeGraphicsInfos) |
void |
setObject(XpdlObject object) |
void |
setOrientation(java.lang.String orientation) |
void |
setParticipant(java.lang.String participant) |
void |
setProcess(java.lang.String process) |
getId, getName, setId, setNamecheckBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, exportAttribute, exportElement, getLineNumber, getTag, getXpdlText, importElement, importText, setLineNumber, setTag, setXpdlTextprotected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportElements in class XpdlElementprotected java.lang.String exportElements()
XpdlElementexportElements in class XpdlElementprotected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Xpdl xpdl)
XpdlElementimportAttributes in class XpdlIdNameprotected java.lang.String exportAttributes()
exportAttributes in class XpdlIdNameprotected void checkValidity(Xpdl xpdl)
XpdlElementcheckValidity in class XpdlIdNamepublic java.lang.String getOrientation()
public void setOrientation(java.lang.String orientation)
public java.lang.String getProcess()
public void setProcess(java.lang.String process)
public java.lang.String getParticipant()
public void setParticipant(java.lang.String participant)
public java.lang.String getBoundaryVisible()
public void setBoundaryVisible(java.lang.String boundaryVisible)
public java.lang.String getMainPool()
public void setMainPool(java.lang.String mainPool)
public XpdlLanes getLanes()
public void setLanes(XpdlLanes lanes)
public XpdlObject getObject()
public void setObject(XpdlObject object)
public XpdlNodeGraphicsInfos getNodeGraphicsInfos()
public void setNodeGraphicsInfos(XpdlNodeGraphicsInfos nodeGraphicsInfos)
public void convertToBpmn(BPMNDiagram bpmn, java.util.Map<java.lang.String,BPMNNode> id2node)