Uses of Class
org.peace_tools.workspace.Param

Packages that use Param
org.peace_tools.workspace Contains the classes that provide persistent storage of work space configuration. 
 

Uses of Param in org.peace_tools.workspace
 

Fields in org.peace_tools.workspace with type parameters of type Param
private  java.util.ArrayList<Param> Heuristic.parameters
          The list of parameters that are simply managed as a name-value pair within this class.
private  java.util.ArrayList<Param> Filter.parameters
          The list of parameters that are simply managed as a name-value pair within this class.
 

Methods in org.peace_tools.workspace that return types with arguments of type Param
 java.util.ArrayList<Param> Heuristic.getParameters()
          Obtain the full list of parameters passed to this heuristic.
 java.util.ArrayList<Param> Filter.getParameters()
          Obtain the full list of parameters passed to this filter.
 

Methods in org.peace_tools.workspace with parameters of type Param
 void Heuristic.addParameter(Param p)
          Add a parameter to the heuristic.
 void Filter.addParameter(Param p)
          Add a parameter to the filter.