com.ptc.windchill.upgrade.tool
Class UpgradeToolStateMachine.NonExpressModeSet

java.lang.Object
  extended bycom.ptc.windchill.upgrade.tool.UpgradeToolStateMachine.NonExpressModeSet
All Implemented Interfaces:
Condition
Enclosing class:
UpgradeToolStateMachine

public static class UpgradeToolStateMachine.NonExpressModeSet
extends Object
implements Condition


Field Summary
 
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition
ALWAYS
 
Constructor Summary
UpgradeToolStateMachine.NonExpressModeSet()
          Creates a new NonExpressModeSet object.
 
Method Summary
 boolean evaluate(State state)
          Sets the value of the mode to be operating in is non-express mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeToolStateMachine.NonExpressModeSet

public UpgradeToolStateMachine.NonExpressModeSet()
Creates a new NonExpressModeSet object.

Method Detail

evaluate

public boolean evaluate(State state)
Sets the value of the mode to be operating in is non-express mode.

Specified by:
evaluate in interface Condition
Parameters:
state - State
Returns:
boolean