public abstract class ConversationNodeImpl extends BaseElementImpl implements ConversationNode
| Modifier and Type | Field and Description | 
|---|---|
protected static ChildElementCollection<CorrelationKey> | 
correlationKeyCollection  | 
protected static ElementReferenceCollection<MessageFlow,MessageFlowRef> | 
messageFlowRefCollection  | 
protected static Attribute<String> | 
nameAttribute  | 
protected static ElementReferenceCollection<Participant,ParticipantRef> | 
participantRefCollection  | 
documentationCollection, extensionElementsChild, idAttributemodelInstance| Constructor and Description | 
|---|
ConversationNodeImpl(ModelTypeInstanceContext instanceContext)  | 
| Modifier and Type | Method and Description | 
|---|---|
Collection<CorrelationKey> | 
getCorrelationKeys()  | 
Collection<MessageFlow> | 
getMessageFlows()  | 
String | 
getName()  | 
Collection<Participant> | 
getParticipants()  | 
static void | 
registerType(ModelBuilder modelBuilder)  | 
void | 
setName(String name)  | 
getDiagramElement, getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setIdbuilder, getScope, isScopeaddChildElement, asSet, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetDiagramElement, getDocumentations, getExtensionElements, getId, setExtensionElements, setIdbuilder, getScope, isScopeaddChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacementgetId, setIdprotected static ElementReferenceCollection<Participant,ParticipantRef> participantRefCollection
protected static ElementReferenceCollection<MessageFlow,MessageFlowRef> messageFlowRefCollection
protected static ChildElementCollection<CorrelationKey> correlationKeyCollection
public ConversationNodeImpl(ModelTypeInstanceContext instanceContext)
public static void registerType(ModelBuilder modelBuilder)
public String getName()
getName in interface ConversationNodepublic void setName(String name)
setName in interface ConversationNodepublic Collection<Participant> getParticipants()
getParticipants in interface ConversationNodepublic Collection<MessageFlow> getMessageFlows()
getMessageFlows in interface ConversationNodepublic Collection<CorrelationKey> getCorrelationKeys()
getCorrelationKeys in interface ConversationNodeCopyright © 2021. All rights reserved.