org.jwarp.flow.state
Interface IState

All Superinterfaces:
IWorkflowObject
All Known Implementing Classes:
State

public interface IState
extends IWorkflowObject

A state is just a result of an activity. An activity has finally reached exactly one state which is also input for the following transition(s). Actually a state has name, description and an id parameter as basic elements.

Version:
1.0
Author:
Anatole Tresch

Method Summary
 boolean isFinal()
           
 
Methods inherited from interface org.jwarp.flow.IWorkflowObject
getDescription, getID, getName
 

Method Detail

isFinal

public boolean isFinal()

©   O R C A   S y s t e m s