com.ptc.windchill.upgrade.tool
Class UpgradeSchemaCompleted.UpgradeSchemaCanceled
java.lang.Object
com.ptc.windchill.upgrade.tool.UpgradeSchemaCompleted.UpgradeSchemaCanceled
- All Implemented Interfaces:
- Condition
- Enclosing class:
- UpgradeSchemaCompleted
- public static class UpgradeSchemaCompleted.UpgradeSchemaCanceled
- extends Object
- implements Condition
Field Summary |
(package private) boolean |
ret
|
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition |
ALWAYS |
Method Summary |
boolean |
evaluate(State state)
Implementations should return a boolean result based on the state of the provided State or its StateMachine. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ret
boolean ret
UpgradeSchemaCompleted.UpgradeSchemaCanceled
public UpgradeSchemaCompleted.UpgradeSchemaCanceled()
evaluate
public final boolean evaluate(State state)
- Description copied from interface:
Condition
- Implementations should return a boolean result based on the state of the provided State or its StateMachine.
- Specified by:
evaluate
in interface Condition