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

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

public ITransition
extends INamedElement

Interface for Transitions.


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 getAction()
          Get Action.
abstract  String getEvent()
          Get Event.
abstract  String getGuard()
          Get Guard Condition.
abstract  IVertex getSource()
          Get Vertex as Source.
abstract  IVertex getTarget()
          Get Vertex as Target.
 
Methods inherited from class com.change_vision.jude.api.inf.model.INamedElement
getAlias1, getAlias2, getClientDependencies, getClientRealizations, getClientUsages, getConstraints, getDefinition, getDiagrams, 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, isReadOnly, removeStereotype, setTypeModifier
 
Methods inherited from class com.change_vision.jude.api.inf.model.IHyperlinkOwner
createElementHyperlink, createFileHyperlink, createURLHyperlink, deleteHyperlink, getHyperlinks
 

Method Detail

getSource

abstract IVertex getSource()
Get Vertex as Source.

Returns:
Vertex.

getTarget

abstract IVertex getTarget()
Get Vertex as Target.

Returns:
Vertex.

getGuard

abstract String getGuard()
Get Guard Condition.

Returns:
Guard Condition.

getAction

abstract String getAction()
Get Action.

Returns:
Action.

getEvent

abstract String getEvent()
Get Event.

Returns:
Event.