Package bpsim
Interface BinomialDistributionType
-
- All Superinterfaces:
DistributionParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Implementing Classes:
BinomialDistributionTypeImpl
public interface BinomialDistributionType extends DistributionParameter
A representation of the model object 'Binomial Distribution Type'.The following features are supported:
- See Also:
BpsimPackage.getBinomialDistributionType()- Generated code
- Model
- extendedMetaData="name='BinomialDistribution_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetProbability()Returns the value of the 'Probability' attribute.longgetTrials()Returns the value of the 'Trials' attribute.booleanisSetProbability()Returns whether the value of the 'Probability' attribute is set.booleanisSetTrials()Returns whether the value of the 'Trials' attribute is set.voidsetProbability(double value)Sets the value of the 'Probability' attribute.voidsetTrials(long value)Sets the value of the 'Trials' attribute.voidunsetProbability()Unsets the value of the 'Probability' attribute.voidunsetTrials()Unsets the value of the 'Trials' attribute.-
Methods inherited from interface bpsim.DistributionParameter
getCurrencyUnit, getTimeUnit, isSetTimeUnit, setCurrencyUnit, setTimeUnit, unsetTimeUnit
-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Methods inherited from interface bpsim.ParameterValue
getInstance, getResult, getValidFor, isSetResult, setInstance, setResult, setValidFor, unsetResult
-
-
-
-
Method Detail
-
getProbability
double getProbability()
Returns the value of the 'Probability' attribute.If the meaning of the 'Probability' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Probability' attribute.
- See Also:
isSetProbability(),unsetProbability(),setProbability(double),BpsimPackage.getBinomialDistributionType_Probability()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='probability'"
-
setProbability
void setProbability(double value)
Sets the value of the 'Probability' attribute.- Parameters:
value- the new value of the 'Probability' attribute.- See Also:
isSetProbability(),unsetProbability(),getProbability()- Generated code
-
unsetProbability
void unsetProbability()
Unsets the value of the 'Probability' attribute.- See Also:
isSetProbability(),getProbability(),setProbability(double)- Generated code
-
isSetProbability
boolean isSetProbability()
Returns whether the value of the 'Probability' attribute is set.- Returns:
- whether the value of the 'Probability' attribute is set.
- See Also:
unsetProbability(),getProbability(),setProbability(double)- Generated code
-
getTrials
long getTrials()
Returns the value of the 'Trials' attribute.If the meaning of the 'Trials' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Trials' attribute.
- See Also:
isSetTrials(),unsetTrials(),setTrials(long),BpsimPackage.getBinomialDistributionType_Trials()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Long" extendedMetaData="kind='attribute' name='trials'"
-
setTrials
void setTrials(long value)
Sets the value of the 'Trials' attribute.- Parameters:
value- the new value of the 'Trials' attribute.- See Also:
isSetTrials(),unsetTrials(),getTrials()- Generated code
-
unsetTrials
void unsetTrials()
Unsets the value of the 'Trials' attribute.- See Also:
isSetTrials(),getTrials(),setTrials(long)- Generated code
-
isSetTrials
boolean isSetTrials()
Returns whether the value of the 'Trials' attribute is set.- Returns:
- whether the value of the 'Trials' attribute is set.
- See Also:
unsetTrials(),getTrials(),setTrials(long)- Generated code
-
-