public class CallConversationImpl extends ConversationNodeImpl implements CallConversation
Modifier and Type | Field and Description |
---|---|
protected static AttributeReference<GlobalConversation> |
calledCollaborationRefAttribute |
protected static ChildElementCollection<ParticipantAssociation> |
participantAssociationCollection |
correlationKeyCollection, messageFlowRefCollection, nameAttribute, participantRefCollection
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CallConversationImpl(ModelTypeInstanceContext instanceContext) |
Modifier and Type | Method and Description |
---|---|
GlobalConversation |
getCalledCollaboration() |
Collection<ParticipantAssociation> |
getParticipantAssociations() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setCalledCollaboration(GlobalConversation calledCollaboration) |
getCorrelationKeys, getMessageFlows, getName, getParticipants, setName
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
getCorrelationKeys, getMessageFlows, getName, getParticipants, setName
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
getId, setId
protected static AttributeReference<GlobalConversation> calledCollaborationRefAttribute
protected static ChildElementCollection<ParticipantAssociation> participantAssociationCollection
public CallConversationImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public GlobalConversation getCalledCollaboration()
getCalledCollaboration
in interface CallConversation
public void setCalledCollaboration(GlobalConversation calledCollaboration)
setCalledCollaboration
in interface CallConversation
public Collection<ParticipantAssociation> getParticipantAssociations()
getParticipantAssociations
in interface CallConversation
Copyright © 2015. All rights reserved.