edu.cmu.cs.coral.icf
Class ActionParams

java.lang.Object
  |
  +--edu.cmu.cs.coral.icf.ActionParams

public class ActionParams
extends java.lang.Object

Represents values for the parameters of an ActionSchema

Since:
ICF 0.0
Version:
$Id$

Field Summary
private  java.util.TreeMap values
          Represents the values of the parameters
 
Constructor Summary
ActionParams()
           
 
Method Summary
 java.util.AbstractMap accessValues()
          Accesses the map from parameter name to parameter value.
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

values

private java.util.TreeMap values
Represents the values of the parameters
Since:
ICF 0.0
Constructor Detail

ActionParams

public ActionParams()
Method Detail

accessValues

public java.util.AbstractMap accessValues()
Accesses the map from parameter name to parameter value. This map may be modified directly to change the values of parameters.
Returns:
a modifiable map from parameter name to parameter value
Since:
ICF 0.0