com.ptc.windchill.upgrade.util.fsm
Class Always

java.lang.Object
  extended bycom.ptc.windchill.upgrade.util.fsm.Always
All Implemented Interfaces:
Condition

final class Always
extends Object
implements Condition


Field Summary
 
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()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Always

Always()
Method Detail

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()