public class MessageFlowAssociationImpl extends BaseElementImpl implements MessageFlowAssociation
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<MessageFlow> |
innerMessageFlowRefAttribute |
protected static AttributeReference<MessageFlow> |
outerMessageFlowRefAttribute |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
MessageFlowAssociationImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
MessageFlow |
getInnerMessageFlow() |
MessageFlow |
getOuterMessageFlow() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setInnerMessageFlow(MessageFlow innerMessageFlow) |
void |
setOuterMessageFlow(MessageFlow outerMessageFlow) |
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, 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
getDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, 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<MessageFlow> innerMessageFlowRefAttribute
protected static AttributeReference<MessageFlow> outerMessageFlowRefAttribute
public MessageFlowAssociationImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public MessageFlow getInnerMessageFlow()
getInnerMessageFlow
in interface MessageFlowAssociation
public void setInnerMessageFlow(MessageFlow innerMessageFlow)
setInnerMessageFlow
in interface MessageFlowAssociation
public MessageFlow getOuterMessageFlow()
getOuterMessageFlow
in interface MessageFlowAssociation
public void setOuterMessageFlow(MessageFlow outerMessageFlow)
setOuterMessageFlow
in interface MessageFlowAssociation
Copyright © 2015. All rights reserved.