com.ptc.windchill.upgrade.tool
Class UpgradeToolStateMachine.ConfirmQueuesCleared
java.lang.Object
com.ptc.windchill.upgrade.tool.UpgradeToolStateMachine.ConfirmQueuesCleared
- All Implemented Interfaces:
- Condition
- Enclosing class:
- UpgradeToolStateMachine
- public static class UpgradeToolStateMachine.ConfirmQueuesCleared
- extends Object
- implements Condition
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition |
ALWAYS |
Method Summary |
boolean |
evaluate(State state)
If the value of is_queues_cleared is not null, the "Continue" button of the state
QueuesCleared will become enabled. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
UpgradeToolStateMachine.ConfirmQueuesCleared
public UpgradeToolStateMachine.ConfirmQueuesCleared()
- Creates a new ConfirmQueuesCleared object.
evaluate
public boolean evaluate(State state)
- If the value of is_queues_cleared is not null, the "Continue" button of the state
QueuesCleared will become enabled.
- Specified by:
evaluate
in interface Condition
- Parameters:
state
-
- Returns: