com.ptc.windchill.upgrade.tool
Class UpgradeToolStateMachine.ExpressModeSet
java.lang.Object
com.ptc.windchill.upgrade.tool.UpgradeToolStateMachine.ExpressModeSet
- All Implemented Interfaces:
- Condition
- Enclosing class:
- UpgradeToolStateMachine
- public static class UpgradeToolStateMachine.ExpressModeSet
- extends Object
- implements Condition
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition |
ALWAYS |
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 |
UpgradeToolStateMachine.ExpressModeSet
public UpgradeToolStateMachine.ExpressModeSet()
- Creates a new ExpressModeSet object.
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