Package bpsim
Interface UniformDistributionType
-
- All Superinterfaces:
DistributionParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Implementing Classes:
UniformDistributionTypeImpl
public interface UniformDistributionType extends DistributionParameter
A representation of the model object 'Uniform Distribution Type'.The following features are supported:
- See Also:
BpsimPackage.getUniformDistributionType()- Generated code
- Model
- extendedMetaData="name='UniformDistribution_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetMax()Returns the value of the 'Max' attribute.doublegetMin()Returns the value of the 'Min' attribute.booleanisSetMax()Returns whether the value of the 'Max' attribute is set.booleanisSetMin()Returns whether the value of the 'Min' attribute is set.voidsetMax(double value)Sets the value of the 'Max' attribute.voidsetMin(double value)Sets the value of the 'Min' attribute.voidunsetMax()Unsets the value of the 'Max' attribute.voidunsetMin()Unsets the value of the 'Min' 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.getUniformDistributionType_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
-
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.getUniformDistributionType_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
-
-