org.eclipse.palamedes.gdl.core.simulation
Class StepInfo

java.lang.Object
  extended by java.util.Dictionary<K,V>
      extended by java.util.Hashtable<java.lang.Object,java.lang.Object>
          extended by java.util.Properties
              extended by org.eclipse.palamedes.gdl.core.simulation.StepInfo
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, java.util.Map<java.lang.Object,java.lang.Object>

public class StepInfo
extends java.util.Properties

See Also:
Serialized Form

Field Summary
static java.lang.String MOVES
           
static java.lang.String NODE
           
static java.lang.String STATE
           
static java.lang.String STATS
           
static java.lang.String STEP
           
 
Fields inherited from class java.util.Properties
defaults
 
Constructor Summary
StepInfo()
           
 
Method Summary
 
Methods inherited from class java.util.Properties
getProperty, getProperty, list, list, load, load, loadFromXML, propertyNames, save, setProperty, store, store, storeToXML, storeToXML, stringPropertyNames
 
Methods inherited from class java.util.Hashtable
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, toString, values
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

STEP

public static final java.lang.String STEP
See Also:
Constant Field Values

MOVES

public static final java.lang.String MOVES
See Also:
Constant Field Values

NODE

public static final java.lang.String NODE
See Also:
Constant Field Values

STATE

public static final java.lang.String STATE
See Also:
Constant Field Values

STATS

public static final java.lang.String STATS
See Also:
Constant Field Values
Constructor Detail

StepInfo

public StepInfo()