algorithms
Class StateManagerImpl.StateImpl

java.lang.Object
  extended by algorithms.StateManagerImpl.StateImpl
All Implemented Interfaces:
StateManager.State
Enclosing class:
StateManagerImpl

public static class StateManagerImpl.StateImpl
extends java.lang.Object
implements StateManager.State


Constructor Summary
StateManagerImpl.StateImpl(double state)
           
 
Method Summary
 double toDouble()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StateManagerImpl.StateImpl

public StateManagerImpl.StateImpl(double state)
Method Detail

toDouble

public double toDouble()
Specified by:
toDouble in interface StateManager.State