it.amattioli.workstate.core
Class JunctionPoint

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.JunctionPoint
All Implemented Interfaces:
AttributeReader

public class JunctionPoint
extends PseudoState


Constructor Summary
JunctionPoint(MetaJunctionPoint metaState, CompositeState parent)
           
 
Method Summary
 void enter()
          Enter this state and activate it.
 String toString()
           
 
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, wait, wait, wait
 

Constructor Detail

JunctionPoint

public JunctionPoint(MetaJunctionPoint 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

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2011. All Rights Reserved.