com.change_vision.jude.api.inf.model
Interface ILifelineLink
com.change_vision.jude.api.inf.model.ILifelineLink
- All Superinterfaces:
- IElement, IEntity, IHyperlinkOwner, INamedElement
- All Implemented Interfaces:
- IElement, IEntity, IHyperlinkOwner, INamedElement
public ILifelineLink
- extends INamedElement
Interface for LifelineLinks.
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement |
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, getFullName, getFullNamespace, getName, getSupplierDependencies, getSupplierRealizations, getSupplierUsages, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility |
Methods inherited from class com.change_vision.jude.api.inf.model.IElement |
addStereotype, getComments, getContainer, getContainers, getId, getOwner, getPresentations, getStereotypes, getTaggedValues, getTypeModifier, hasStereotype, isReadOnly, removeStereotype, setTypeModifier |
getSource
abstract ILifeline getSource()
- Get Source lifeline.
- Returns:
- lifeline as source.
getTarget
abstract ILifeline getTarget()
- Get Target lifeline.
- Returns:
- lifeline as target.
getMessages
abstract IMessage[] getMessages()
- Get Message.
- Returns:
- Message.
- Since:
- 6.9.0