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

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

public static class UpgradeToolStateMachine.VersionConfirmed
extends Object
implements Condition


Field Summary
 
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition
ALWAYS
 
Constructor Summary
UpgradeToolStateMachine.VersionConfirmed()
          Creates a new VersionConfirmed object.
 
Method Summary
 boolean evaluate(State state)
          A private inner class that implements the class Condition.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UpgradeToolStateMachine.VersionConfirmed

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

Method Detail

evaluate

public boolean evaluate(State state)
A private inner class that implements the class Condition. Once the user makes a selection isVersionConfirmed_ changes from null to a Boolean value.

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