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

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

public IStateInvariant
extends IInteractionFragment

Interface for state invariants.


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  ILifeline getContainer()
          Get parent Lifeline.
abstract  ILifeline[] getContainers()
          Get all parent Lifelines.
 
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

getContainer

abstract ILifeline getContainer()
Get parent Lifeline.

Returns:
Lifelines.

getContainers

abstract ILifeline[] getContainers()
Get all parent Lifelines.

Returns:
Lifelines.