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

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

public IFlow
extends INamedElement

Interface for Flows.


Method Summary
abstract  String getAction()
          Get Action.
abstract  String getGuard()
          Get Guard Condition.
abstract  IActivityNode getSource()
          Get ActivityNode as Source.
abstract  IActivityNode getTarget()
          Get ActivityNode as Target.
 
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

getSource

public abstract IActivityNode getSource()
Get ActivityNode as Source.

Returns:
ActivityNode.

getTarget

public abstract IActivityNode getTarget()
Get ActivityNode as Target.

Returns:
ActivityNode.

getGuard

public abstract String getGuard()
Get Guard Condition.

Returns:
Guard Condition.

getAction

public abstract String getAction()
Get Action.

Returns:
Action.