net.pakl.rl
Class ValueFunctionHashMapZipped

java.lang.Object
  extended by net.pakl.rl.ValueFunctionHashMap
      extended by net.pakl.rl.ValueFunctionHashMapZipped
All Implemented Interfaces:
java.io.Serializable, ValueFunction

public class ValueFunctionHashMapZipped
extends ValueFunctionHashMap
implements ValueFunction, java.io.Serializable

See Also:
Serialized Form

Constructor Summary
ValueFunctionHashMapZipped(World sourceWorld)
           
ValueFunctionHashMapZipped(World sourceWorld, boolean safety)
           
 
Method Summary
 
Methods inherited from class net.pakl.rl.ValueFunctionHashMap
addTimer, clear, getKeySet, getKeySetIterator, getName, getSize, getTimer, getValue, init, loadFrom, resetTimer, saveTo, setAllowExpansionOfStateBounds, setName, setSafeMode, setValue, setValueOfNonStoredStates, setValueOfOutOfBoundsStates, setValueOfTerminalStates, setWorld, size, toText
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface net.pakl.rl.ValueFunction
getName, getValue, setName, setValue, setValueOfTerminalStates, setWorld
 

Constructor Detail

ValueFunctionHashMapZipped

public ValueFunctionHashMapZipped(World sourceWorld)

ValueFunctionHashMapZipped

public ValueFunctionHashMapZipped(World sourceWorld,
                                  boolean safety)