Package bpsim
Interface TruncatedNormalDistributionType
-
- All Superinterfaces:
DistributionParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Implementing Classes:
TruncatedNormalDistributionTypeImpl
public interface TruncatedNormalDistributionType extends DistributionParameter
A representation of the model object 'Truncated Normal Distribution Type'.The following features are supported:
- See Also:
BpsimPackage.getTruncatedNormalDistributionType()- Generated code
- Model
- extendedMetaData="name='TruncatedNormalDistribution_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMax()Returns the value of the 'Max' attribute.doublegetMean()Returns the value of the 'Mean' attribute.doublegetMin()Returns the value of the 'Min' attribute.doublegetStandardDeviation()Returns the value of the 'Standard Deviation' attribute.booleanisSetMax()Returns whether the value of the 'Max' attribute is set.booleanisSetMean()Returns whether the value of the 'Mean' attribute is set.booleanisSetMin()Returns whether the value of the 'Min' attribute is set.booleanisSetStandardDeviation()Returns whether the value of the 'Standard Deviation' attribute is set.voidsetMax(double value)Sets the value of the 'Max' attribute.voidsetMean(double value)Sets the value of the 'Mean' attribute.voidsetMin(double value)Sets the value of the 'Min' attribute.voidsetStandardDeviation(double value)Sets the value of the 'Standard Deviation' attribute.voidunsetMax()Unsets the value of the 'Max' attribute.voidunsetMean()Unsets the value of the 'Mean' attribute.voidunsetMin()Unsets the value of the 'Min' 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
-
getMax
double getMax()
Returns the value of the 'Max' attribute.If the meaning of the 'Max' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Max' attribute.
- See Also:
isSetMax(),unsetMax(),setMax(double),BpsimPackage.getTruncatedNormalDistributionType_Max()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='max'"
-
setMax
void setMax(double value)
Sets the value of the 'Max' attribute.- Parameters:
value- the new value of the 'Max' attribute.- See Also:
isSetMax(),unsetMax(),getMax()- Generated code
-
unsetMax
void unsetMax()
Unsets the value of the 'Max' attribute.- See Also:
isSetMax(),getMax(),setMax(double)- Generated code
-
isSetMax
boolean isSetMax()
Returns whether the value of the 'Max' attribute is set.- Returns:
- whether the value of the 'Max' attribute is set.
- See Also:
unsetMax(),getMax(),setMax(double)- Generated code
-
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.getTruncatedNormalDistributionType_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
-
getMin
double getMin()
Returns the value of the 'Min' attribute.If the meaning of the 'Min' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Min' attribute.
- See Also:
isSetMin(),unsetMin(),setMin(double),BpsimPackage.getTruncatedNormalDistributionType_Min()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='min'"
-
setMin
void setMin(double value)
Sets the value of the 'Min' attribute.- Parameters:
value- the new value of the 'Min' attribute.- See Also:
isSetMin(),unsetMin(),getMin()- Generated code
-
unsetMin
void unsetMin()
Unsets the value of the 'Min' attribute.- See Also:
isSetMin(),getMin(),setMin(double)- Generated code
-
isSetMin
boolean isSetMin()
Returns whether the value of the 'Min' attribute is set.- Returns:
- whether the value of the 'Min' attribute is set.
- See Also:
unsetMin(),getMin(),setMin(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.getTruncatedNormalDistributionType_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
-
-