public abstract class DiagramImpl extends BpmnModelElementInstanceImpl implements Diagram
Modifier and Type | Field and Description |
---|---|
protected static Attribute<String> |
documentationAttribute |
protected static Attribute<String> |
idAttribute |
protected static Attribute<String> |
nameAttribute |
protected static Attribute<Double> |
resolutionAttribute |
modelInstance
Constructor and Description |
---|
DiagramImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
String |
getDocumentation() |
String |
getId() |
String |
getName() |
double |
getResolution() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setDocumentation(String documentation) |
void |
setId(String id) |
void |
setName(String name) |
void |
setResolution(double resolution) |
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
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
public DiagramImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getDocumentation()
getDocumentation
in interface Diagram
public void setDocumentation(String documentation)
setDocumentation
in interface Diagram
public double getResolution()
getResolution
in interface Diagram
public void setResolution(double resolution)
setResolution
in interface Diagram
Copyright © 2015. All rights reserved.