public class BpmnShapeImpl extends LabeledShapeImpl implements BpmnShape
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<BaseElement> |
bpmnElementAttribute |
protected static ChildElement<BpmnLabel> |
bpmnLabelChild |
protected static AttributeReference<BpmnShape> |
choreographyActivityShapeAttribute |
protected static Attribute<Boolean> |
isExpandedAttribute |
protected static Attribute<Boolean> |
isHorizontalAttribute |
protected static Attribute<Boolean> |
isMarkerVisibleAttribute |
protected static Attribute<Boolean> |
isMessageVisibleAttribute |
protected static Attribute<ParticipantBandKind> |
participantBandKindAttribute |
boundsChild
extensionChild, idAttribute
modelInstance
Constructor and Description |
---|
BpmnShapeImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
BaseElement |
getBpmnElement() |
BpmnLabel |
getBpmnLabel() |
BpmnShape |
getChoreographyActivityShape() |
ParticipantBandKind |
getParticipantBandKind() |
boolean |
isExpanded() |
boolean |
isHorizontal() |
boolean |
isMarkerVisible() |
boolean |
isMessageVisible() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setBpmnElement(BaseElement bpmnElement) |
void |
setBpmnLabel(BpmnLabel bpmnLabel) |
void |
setChoreographyActivityShape(BpmnShape choreographyActivityShape) |
void |
setExpanded(boolean isExpanded) |
void |
setHorizontal(boolean isHorizontal) |
void |
setMarkerVisible(boolean isMarkerVisible) |
void |
setMessageVisible(boolean isMessageVisible) |
void |
setParticipantBandKind(ParticipantBandKind participantBandKind) |
getBounds, setBounds
getExtension, getId, setExtension, setId
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
getExtension, getId, setExtension, setId
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 AttributeReference<BaseElement> bpmnElementAttribute
protected static Attribute<ParticipantBandKind> participantBandKindAttribute
protected static AttributeReference<BpmnShape> choreographyActivityShapeAttribute
protected static ChildElement<BpmnLabel> bpmnLabelChild
public BpmnShapeImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public BaseElement getBpmnElement()
getBpmnElement
in interface BpmnShape
public void setBpmnElement(BaseElement bpmnElement)
setBpmnElement
in interface BpmnShape
public boolean isHorizontal()
isHorizontal
in interface BpmnShape
public void setHorizontal(boolean isHorizontal)
setHorizontal
in interface BpmnShape
public boolean isExpanded()
isExpanded
in interface BpmnShape
public void setExpanded(boolean isExpanded)
setExpanded
in interface BpmnShape
public boolean isMarkerVisible()
isMarkerVisible
in interface BpmnShape
public void setMarkerVisible(boolean isMarkerVisible)
setMarkerVisible
in interface BpmnShape
public boolean isMessageVisible()
isMessageVisible
in interface BpmnShape
public void setMessageVisible(boolean isMessageVisible)
setMessageVisible
in interface BpmnShape
public ParticipantBandKind getParticipantBandKind()
getParticipantBandKind
in interface BpmnShape
public void setParticipantBandKind(ParticipantBandKind participantBandKind)
setParticipantBandKind
in interface BpmnShape
public BpmnShape getChoreographyActivityShape()
getChoreographyActivityShape
in interface BpmnShape
public void setChoreographyActivityShape(BpmnShape choreographyActivityShape)
setChoreographyActivityShape
in interface BpmnShape
public BpmnLabel getBpmnLabel()
getBpmnLabel
in interface BpmnShape
public void setBpmnLabel(BpmnLabel bpmnLabel)
setBpmnLabel
in interface BpmnShape
Copyright © 2015. All rights reserved.