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, setXpdlText
protected java.util.Collection<BpmnDiShape> shapes
protected java.util.Collection<BpmnDiEdge> edges
protected void importAttributes(org.xmlpull.v1.XmlPullParser xpp, Bpmn bpmn)
BpmnElement
importAttributes
in class BpmnElement
protected java.lang.String exportAttributes()
exportAttributes
in class BpmnElement
protected boolean importElements(org.xmlpull.v1.XmlPullParser xpp, Bpmn bpmn)
BpmnElement
importElements
in class BpmnElement
protected java.lang.String exportElements()
BpmnElement
exportElements
in class BpmnElement
public 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()