public interface Participant extends BaseElement, InteractionNode
Modifier and Type | Method and Description |
---|---|
Collection<EndPoint> |
getEndPoints() |
Collection<Interface> |
getInterfaces() |
String |
getName() |
ParticipantMultiplicity |
getParticipantMultiplicity() |
Process |
getProcess() |
void |
setName(String name) |
void |
setParticipantMultiplicity(ParticipantMultiplicity participantMultiplicity) |
void |
setProcess(Process process) |
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
String getName()
void setName(String name)
Process getProcess()
void setProcess(Process process)
Collection<Interface> getInterfaces()
Collection<EndPoint> getEndPoints()
ParticipantMultiplicity getParticipantMultiplicity()
void setParticipantMultiplicity(ParticipantMultiplicity participantMultiplicity)
Copyright © 2015. All rights reserved.