it.amattioli.workstate.core
Class FinalState

Show UML class diagram
java.lang.Object
  extended by it.amattioli.workstate.core.State
      extended by it.amattioli.workstate.core.PseudoState
          extended by it.amattioli.workstate.core.FinalState
All Implemented Interfaces:
AttributeReader

public class FinalState
extends PseudoState

Author:
a.mattioli

Constructor Summary
FinalState(MetaFinalState metaState, CompositeState parent)
           
 
Method Summary
 void enter()
          Enter this state and activate it.
 
Methods inherited from class it.amattioli.workstate.core.PseudoState
admitEvent, getAllAttributes, getAttribute, getMemento, receiveEvent, restore
 
Methods inherited from class it.amattioli.workstate.core.State
addAvailableEvents, buildEvent, checkActive, equals, exit, findAncestor, getAvailableEvents, getId, getMemento, getParent, getRootMachine, hasMetaState, isActive, isRegion, reEnter, reExit
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FinalState

public FinalState(MetaFinalState metaState,
                  CompositeState parent)
Method Detail

enter

public void enter()
           throws WorkflowException
Description copied from class: State
Enter this state and activate it.

Overrides:
enter in class State
Throws:
WorkflowException


Copyright © 2011. All Rights Reserved.