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