Package bpsim
Interface NormalDistributionType
-
- All Superinterfaces:
DistributionParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Implementing Classes:
NormalDistributionTypeImpl
public interface NormalDistributionType extends DistributionParameter
A representation of the model object 'Normal Distribution Type'.The following features are supported:
- See Also:
BpsimPackage.getNormalDistributionType()- Generated code
- Model
- extendedMetaData="name='NormalDistribution_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMean()Returns the value of the 'Mean' attribute.doublegetStandardDeviation()Returns the value of the 'Standard Deviation' attribute.booleanisSetMean()Returns whether the value of the 'Mean' attribute is set.booleanisSetStandardDeviation()Returns whether the value of the 'Standard Deviation' attribute is set.voidsetMean(double value)Sets the value of the 'Mean' attribute.voidsetStandardDeviation(double value)Sets the value of the 'Standard Deviation' attribute.voidunsetMean()Unsets the value of the 'Mean' attribute.voidunsetStandardDeviation()Unsets the value of the 'Standard Deviation' 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
-
getMean
double getMean()
Returns the value of the 'Mean' attribute.If the meaning of the 'Mean' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Mean' attribute.
- See Also:
isSetMean(),unsetMean(),setMean(double),BpsimPackage.getNormalDistributionType_Mean()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='mean'"
-
setMean
void setMean(double value)
Sets the value of the 'Mean' attribute.- Parameters:
value- the new value of the 'Mean' attribute.- See Also:
isSetMean(),unsetMean(),getMean()- Generated code
-
unsetMean
void unsetMean()
Unsets the value of the 'Mean' attribute.- See Also:
isSetMean(),getMean(),setMean(double)- Generated code
-
isSetMean
boolean isSetMean()
Returns whether the value of the 'Mean' attribute is set.- Returns:
- whether the value of the 'Mean' attribute is set.
- See Also:
unsetMean(),getMean(),setMean(double)- Generated code
-
getStandardDeviation
double getStandardDeviation()
Returns the value of the 'Standard Deviation' attribute.If the meaning of the 'Standard Deviation' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Standard Deviation' attribute.
- See Also:
isSetStandardDeviation(),unsetStandardDeviation(),setStandardDeviation(double),BpsimPackage.getNormalDistributionType_StandardDeviation()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='standardDeviation'"
-
setStandardDeviation
void setStandardDeviation(double value)
Sets the value of the 'Standard Deviation' attribute.- Parameters:
value- the new value of the 'Standard Deviation' attribute.- See Also:
isSetStandardDeviation(),unsetStandardDeviation(),getStandardDeviation()- Generated code
-
unsetStandardDeviation
void unsetStandardDeviation()
Unsets the value of the 'Standard Deviation' attribute.- See Also:
isSetStandardDeviation(),getStandardDeviation(),setStandardDeviation(double)- Generated code
-
isSetStandardDeviation
boolean isSetStandardDeviation()
Returns whether the value of the 'Standard Deviation' attribute is set.- Returns:
- whether the value of the 'Standard Deviation' attribute is set.
- See Also:
unsetStandardDeviation(),getStandardDeviation(),setStandardDeviation(double)- Generated code
-
-