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

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

public ILifeline
extends INamedElement

Interface for Lifelines.


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  IClass getBase()
          Get Base Class.
abstract  INamedElement[] getFragments()
          Get Interaction fragments(including Messages).
abstract  INamedElement[] getFragments(IInteractionOperand operand)
          Get Interaction fragments(including Messages).
abstract  boolean isDestroyed()
          Check if it has a Stop.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getConstraints, getDefinition, getDiagrams, getName, getSupplierDependencies, isPackageVisibility, isPrivateVisibility, isProtectedVisibility, isPublicVisibility, setAlias1, setAlias2, setDefinition, setName, setVisibility
 
Methods inherited from class com.change_vision.jude.api.inf.model.IElement
addStereotype, getComments, getId, getOwner, getStereotypes, getTaggedValues, getTypeModifier, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getFragments

public abstract INamedElement[] getFragments()
Get Interaction fragments(including Messages).

Returns:
Interaction fragments(including Messages).

getFragments

public abstract INamedElement[] getFragments(IInteractionOperand operand)
Get Interaction fragments(including Messages).

Returns:
Interaction fragments(including Messages).

getBase

public abstract IClass getBase()
Get Base Class.

Returns:
Base Class.

isDestroyed

public abstract boolean isDestroyed()
Check if it has a Stop.

Returns:
true it has a Stop / false it does not have a Stop