com.change_vision.jude.api.inf.model
Interface IInteractionOperand

com.change_vision.jude.api.inf.model.IInteractionOperand
All Superinterfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement
All Implemented Interfaces:
IElement, IEntity, IHyperlinkOwner, INamedElement

public IInteractionOperand
extends INamedElement

Interface for Interaction operands.


Field Summary
 
Fields inherited from class com.change_vision.jude.api.inf.model.INamedElement
PACKAGE_VISIBILITY, PRIVATE_VISIBILITY, PROTECTED_VISIBILITY, PUBLIC_VISIBILITY
 
Method Summary
abstract  String getGuard()
          Get Guard Condition.
abstract  ILifeline[] getLifelines()
          Get Lifelines.
abstract  IMessage[] getMessages()
          Get Messages.
abstract  void setGuard(String guard)
          Set Guard Condition.
 
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, hasStereotype, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getGuard

abstract String getGuard()
Get Guard Condition.

Returns:
Guard Condition.

getLifelines

abstract ILifeline[] getLifelines()
Get Lifelines.

Returns:
Lifelines.

setGuard

abstract void setGuard(String guard)
Set Guard Condition.

Parameters:
guard - Guard Condition.
Throws:
InvalidEditingException
Since:
6.6.4

getMessages

abstract IMessage[] getMessages()
Get Messages.

Returns:
Messages.