public class ConstantDistributionParser extends java.lang.Object implements ParserWithRNG<ContinuousDistribution>
| Constructor and Description |
|---|
ConstantDistributionParser() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKeyword()
Each parser object needs a unique keyword.
|
ConstantDistribution |
parse(Parameter par,
RandomNumberGenerator rng) |
public java.lang.String getKeyword()
AbstractParserParseManager
object can use these keywords to distinguish the parser objects.getKeyword in interface AbstractParserpublic ConstantDistribution parse(Parameter par, RandomNumberGenerator rng)
parse in interface ParserWithRNG<ContinuousDistribution>