com.ptc.windchill.upgrade.tool
Class UpgradeToolStateMachine.ExpressModeSet

java.lang.Object
  extended bycom.ptc.windchill.upgrade.tool.UpgradeToolStateMachine.ExpressModeSet
All Implemented Interfaces:
Condition
Enclosing class:
UpgradeToolStateMachine

public static class UpgradeToolStateMachine.ExpressModeSet
extends Object
implements Condition


Field Summary
 
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition
ALWAYS
 
Constructor Summary
UpgradeToolStateMachine.ExpressModeSet()
          Creates a new ExpressModeSet object.
 
Method Summary
 boolean evaluate(State state)
          The user makes a decision as to what mode the UpgradeManager run in.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeToolStateMachine.ExpressModeSet

public UpgradeToolStateMachine.ExpressModeSet()
Creates a new ExpressModeSet object.

Method Detail

evaluate

public boolean evaluate(State state)
The user makes a decision as to what mode the UpgradeManager run in. If the user chooses express mode, the UpgradeManager does not stop until it encounters an error, canceled, or completed.

Specified by:
evaluate in interface Condition
Parameters:
state - State
Returns:
boolean