Uses of Class
de.jstacs.parameters.ParameterSetContainer

Packages that use ParameterSetContainer
de.jstacs.parameters This package provides classes for parameters that establish a general convention for the description of parameters as defined in the Parameter-interface. 
 

Uses of ParameterSetContainer in de.jstacs.parameters
 

Fields in de.jstacs.parameters declared as ParameterSetContainer
protected  ParameterSetContainer ParameterSet.parent
          If this ParameterSet is contained in a ParameterSetContainer, this variable holds a reference to that ParameterSetContainer.
 

Methods in de.jstacs.parameters that return ParameterSetContainer
 ParameterSetContainer ParameterSetContainer.clone()
           
 ParameterSetContainer ParameterSet.getParent()
          Returns the enclosing ParameterSetContainer of this ParameterSet or null if none exists.
 

Methods in de.jstacs.parameters with parameters of type ParameterSetContainer
 void ParameterSet.setParent(ParameterSetContainer parent)
          Sets the enclosing ParameterSetContainer of this ParameterSet to parent.