com.ptc.windchill.upgrade.tool
Class UpgradeToolStateMachineDefinition

java.lang.Object
  extended bycom.ptc.windchill.upgrade.util.fsm.StateMachineDefinition
      extended bycom.ptc.windchill.upgrade.tool.UpgradeToolStateMachineDefinition

class UpgradeToolStateMachineDefinition
extends StateMachineDefinition


Field Summary
 
Fields inherited from class com.ptc.windchill.upgrade.util.fsm.StateMachineDefinition
CANCEL, CONTINUE, EXIT, RESTART, RESTARTED, THREADED_WORK_CANCELED, THREADED_WORK_COMPLETE, THREADED_WORK_ERRORED
 
Constructor Summary
(package private) UpgradeToolStateMachineDefinition()
          Creates a new UpgradeToolStateMachineDefinition object.
 
Method Summary
private  Condition firstStepForState(UpgradeStep upgradeStep)
           
 
Methods inherited from class com.ptc.windchill.upgrade.util.fsm.StateMachineDefinition
describe, getStartStateDefinition, getStopStateDefinitions, newStateDefinition, newStateDefinition
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeToolStateMachineDefinition

UpgradeToolStateMachineDefinition()
Creates a new UpgradeToolStateMachineDefinition object.

Method Detail

firstStepForState

private Condition firstStepForState(UpgradeStep upgradeStep)