com.ptc.windchill.upgrade.tool
Class VerifySolutionsInstalled.ContainsTooManySolutions

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

public static class VerifySolutionsInstalled.ContainsTooManySolutions
extends Object
implements Condition

Condition used by the UpgradeToolStateMachineDefinition to determine which buttons should be enabled.


Field Summary
 
Fields inherited from interface com.ptc.windchill.upgrade.util.fsm.Condition
ALWAYS
 
Constructor Summary
VerifySolutionsInstalled.ContainsTooManySolutions()
          Creates a new ContainsTooManySolutions object.
 
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
 

Constructor Detail

VerifySolutionsInstalled.ContainsTooManySolutions

public VerifySolutionsInstalled.ContainsTooManySolutions()
Creates a new ContainsTooManySolutions object.

Method Detail

evaluate

public final boolean evaluate(State state)
                       throws IUHException
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
Parameters:
state - An instance of VerifySolutionsInstalled
Returns:
ret boolean
Throws:
IUHException