Uses of Class
org.debellor.core.parameters.ParametersInfo

Packages that use ParametersInfo
org.debellor.core   
org.debellor.core.parameters   
 

Uses of ParametersInfo in org.debellor.core
 

Methods in org.debellor.core that return ParametersInfo
 ParametersInfo Cell.getAvailableParams()
          Returns all available parameters with their default values and description of their meaning.
 

Methods in org.debellor.core with parameters of type ParametersInfo
protected  void Cell.setAvailableParams(ParametersInfo availParams)
          To be used by the subclass in order to set information about parameters (names, default values, description) that will be returned to the user by method Cell.getAvailableParams().
 

Uses of ParametersInfo in org.debellor.core.parameters
 

Methods in org.debellor.core.parameters that return ParametersInfo
 ParametersInfo ParametersInfo.copy()
          Returns deep copy of this object