public class BpmnDiPlane extends BpmnElement
| Modifier and Type | Field and Description |
|---|---|
protected java.util.Collection<BpmnDiEdge> |
edges |
protected java.util.Collection<BpmnDiShape> |
shapes |
BpmnText, lineNumber, tag| Constructor and Description |
|---|
BpmnDiPlane(java.lang.String tag) |
| Modifier and Type | Method and Description |
|---|---|
void |
addEdge(BpmnDiEdge edge) |
void |
addShape(BpmnDiShape shape) |
protected java.lang.String |
exportAttributes()
Exports all attributes.
|
protected java.lang.String |
exportElements()
Exports all standard elements: None.
|
java.util.Collection<java.lang.String> |
getElements() |
java.util.Collection<BpmnDiShape> |
getShapes() |
protected void |
importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
Imports all standard attributes: None.
|
protected boolean |
importElements(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
Imports all standard child elements: None.
|
void |
setBpmnElement(java.lang.String bpmnElement) |
checkBoolean, checkDouble, checkInteger, checkRequired, checkRestriction, checkURI, checkValidity, exportAttribute, exportElement, getBpmnText, getLineNumber, getTag, importElement, importText, setLineNumber, setTag, setXpdlTextprotected java.util.Collection<BpmnDiShape> shapes
protected java.util.Collection<BpmnDiEdge> edges
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
BpmnElementimportAttributes in class BpmnElementprotected java.lang.String exportAttributes()
exportAttributes in class BpmnElementprotected boolean importElements(org.xmlpull.v1.XmlPullParser xpp,
Bpmn bpmn)
BpmnElementimportElements in class BpmnElementprotected java.lang.String exportElements()
BpmnElementexportElements in class BpmnElementpublic java.util.Collection<java.lang.String> getElements()
public void addShape(BpmnDiShape shape)
public void addEdge(BpmnDiEdge edge)
public void setBpmnElement(java.lang.String bpmnElement)
public java.util.Collection<BpmnDiShape> getShapes()