com.ptc.windchill.upgrade.util.fsm
Class Always
java.lang.Object
com.ptc.windchill.upgrade.util.fsm.Always
- All Implemented Interfaces:
- Condition
- final class Always
- extends Object
- implements Condition
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition |
ALWAYS |
Constructor Summary |
(package private) |
Always()
|
Method Summary |
boolean |
evaluate(State state)
Implementations should return a boolean result based on the state of the provided State or its StateMachine. |
String |
toString()
|
Always
Always()
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
toString
public final String toString()