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

com.change_vision.jude.api.inf.model.IInteraction

public IInteraction

Interface for Interactions.


Method Summary
abstract  String getArgument()
          Get Argument.
abstract  IGate[] getGates()
          Get Gates.
abstract  ILifeline[] getLifelines()
          Get Lifelines.
abstract  IMessage[] getMessages()
          Get Messages.
 

Method Detail

getLifelines

abstract ILifeline[] getLifelines()
Get Lifelines.

Returns:
Lifelines

getArgument

abstract String getArgument()
Get Argument.

Returns:
Argument

getGates

abstract IGate[] getGates()
Get Gates.

Returns:
Gates

getMessages

abstract IMessage[] getMessages()
Get Messages.

Returns:
the array of Messages. Return the empty array if there is none.