public class ParticipantAssociationImpl extends BaseElementImpl implements ParticipantAssociation
Modifier and Type | Field and Description |
---|---|
protected static ElementReference<Participant,InnerParticipantRef> |
innerParticipantRefChild |
protected static ElementReference<Participant,OuterParticipantRef> |
outerParticipantRefChild |
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
ParticipantAssociationImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
Participant |
getInnerParticipant() |
Participant |
getOuterParticipant() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setInnerParticipant(Participant innerParticipant) |
void |
setOuterParticipant(Participant outerParticipant) |
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 ElementReference<Participant,InnerParticipantRef> innerParticipantRefChild
protected static ElementReference<Participant,OuterParticipantRef> outerParticipantRefChild
public ParticipantAssociationImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public Participant getInnerParticipant()
getInnerParticipant
in interface ParticipantAssociation
public void setInnerParticipant(Participant innerParticipant)
setInnerParticipant
in interface ParticipantAssociation
public Participant getOuterParticipant()
getOuterParticipant
in interface ParticipantAssociation
public void setOuterParticipant(Participant outerParticipant)
setOuterParticipant
in interface ParticipantAssociation
Copyright © 2015. All rights reserved.