public class BpmnDiagramImpl extends DiagramImpl implements BpmnDiagram
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<BpmnLabelStyle> |
bpmnLabelStyleCollection |
protected static ChildElement<BpmnPlane> |
bpmnPlaneChild |
documentationAttribute, idAttribute, nameAttribute, resolutionAttribute
modelInstance
Constructor and Description |
---|
BpmnDiagramImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Collection<BpmnLabelStyle> |
getBpmnLabelStyles() |
BpmnPlane |
getBpmnPlane() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setBpmnPlane(BpmnPlane bpmnPlane) |
getDocumentation, getId, getName, getResolution, setDocumentation, setId, setName, setResolution
builder, getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDocumentation, getId, getName, getResolution, setDocumentation, setId, setName, setResolution
builder, getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
protected static ChildElement<BpmnPlane> bpmnPlaneChild
protected static ChildElementCollection<BpmnLabelStyle> bpmnLabelStyleCollection
public BpmnDiagramImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public BpmnPlane getBpmnPlane()
getBpmnPlane
in interface BpmnDiagram
public void setBpmnPlane(BpmnPlane bpmnPlane)
setBpmnPlane
in interface BpmnDiagram
public Collection<BpmnLabelStyle> getBpmnLabelStyles()
getBpmnLabelStyles
in interface BpmnDiagram
Copyright © 2015. All rights reserved.