public interface BinomialDistributionType extends DistributionParameter
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
double |
getProbability()
Returns the value of the 'Probability' attribute
|
long |
getTrials()
Returns the value of the 'Trials' attribute
|
boolean |
isSetProbability()
Returns whether the value of the '
Probability' attribute is set |
boolean |
isSetTrials()
Returns whether the value of the '
Trials' attribute is set |
void |
setProbability(double value)
Sets the value of the '
Probability' attribute |
void |
setTrials(long value)
Sets the value of the '
Trials' attribute |
void |
unsetProbability()
Unsets the value of the '
Probability' attribute |
void |
unsetTrials()
Unsets the value of the '
Trials' attribute |
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnitgetInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResultdouble getProbability()
If the meaning of the 'Probability' attribute isn't clear, there really should be more of a description here...
isSetProbability(),
unsetProbability(),
setProbability(double),
BpsimPackage.getBinomialDistributionType_Probability()void setProbability(double value)
Probability' attribute.
value - the new value of the 'Probability' attribute.isSetProbability(),
unsetProbability(),
getProbability()void unsetProbability()
Probability' attribute.
boolean isSetProbability()
Probability' attribute is set.
unsetProbability(),
getProbability(),
setProbability(double)long getTrials()
If the meaning of the 'Trials' attribute isn't clear, there really should be more of a description here...
isSetTrials(),
unsetTrials(),
setTrials(long),
BpsimPackage.getBinomialDistributionType_Trials()void setTrials(long value)
Trials' attribute.
value - the new value of the 'Trials' attribute.isSetTrials(),
unsetTrials(),
getTrials()void unsetTrials()
Trials' attribute.
isSetTrials(),
getTrials(),
setTrials(long)boolean isSetTrials()
Trials' attribute is set.
unsetTrials(),
getTrials(),
setTrials(long)Copyright © 2001–2015 JBoss by Red Hat. All rights reserved.