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

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

public IInteractionOperand
extends INamedElement

Interface for Interaction operands.


Method Summary
abstract  String getGuard()
          Get Guard Condition.
abstract  ILifeline[] getLifelines()
          Get Lifelines.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
getComments, getId, getOwner, getStereotypes, getTaggedValues
 

Method Detail

getGuard

public abstract String getGuard()
Get Guard Condition.

Returns:
Guard Condition.

getLifelines

public abstract ILifeline[] getLifelines()
Get Lifelines.

Returns:
Lifelines.