Package edu.cmu.tetrad.util
Class ParamDescriptions
java.lang.Object
edu.cmu.tetrad.util.ParamDescriptions
Stores descriptions of the parameters for the simulation box. All parameters that go into the interface need to be
described here.
- Version:
- $Id: $Id
- Author:
- josephramsey, Zhou Yuan zhy19@pitt.edu, Kevin V. Bui (kvb2@pitt.edu)
-
Method Summary
Modifier and TypeMethodDescriptionget.static ParamDescriptions
getInstance.getNames()
getNames.Getter for the fieldparamsWithUnsupportedValueType
.void
put
(String name, ParamDescription paramDescription) put.
-
Method Details
-
getInstance
-
get
get.
- Parameters:
name
- aString
object- Returns:
- a
ParamDescription
object
-
put
put.
- Parameters:
name
- aString
objectparamDescription
- aParamDescription
object
-
getNames
-
getParamsWithUnsupportedValueType
-