Package bpsim
Interface BetaDistributionType
-
- All Superinterfaces:
DistributionParameter,org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier,ParameterValue
- All Known Implementing Classes:
BetaDistributionTypeImpl
public interface BetaDistributionType extends DistributionParameter
A representation of the model object 'Beta Distribution Type'.The following features are supported:
- See Also:
BpsimPackage.getBetaDistributionType()- Generated code
- Model
- extendedMetaData="name='BetaDistribution_._type' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description doublegetScale()Returns the value of the 'Scale' attribute.doublegetShape()Returns the value of the 'Shape' attribute.booleanisSetScale()Returns whether the value of the 'Scale' attribute is set.booleanisSetShape()Returns whether the value of the 'Shape' attribute is set.voidsetScale(double value)Sets the value of the 'Scale' attribute.voidsetShape(double value)Sets the value of the 'Shape' attribute.voidunsetScale()Unsets the value of the 'Scale' attribute.voidunsetShape()Unsets the value of the 'Shape' 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
-
getScale
double getScale()
Returns the value of the 'Scale' attribute.If the meaning of the 'Scale' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Scale' attribute.
- See Also:
isSetScale(),unsetScale(),setScale(double),BpsimPackage.getBetaDistributionType_Scale()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='scale'"
-
setScale
void setScale(double value)
Sets the value of the 'Scale' attribute.- Parameters:
value- the new value of the 'Scale' attribute.- See Also:
isSetScale(),unsetScale(),getScale()- Generated code
-
unsetScale
void unsetScale()
Unsets the value of the 'Scale' attribute.- See Also:
isSetScale(),getScale(),setScale(double)- Generated code
-
isSetScale
boolean isSetScale()
Returns whether the value of the 'Scale' attribute is set.- Returns:
- whether the value of the 'Scale' attribute is set.
- See Also:
unsetScale(),getScale(),setScale(double)- Generated code
-
getShape
double getShape()
Returns the value of the 'Shape' attribute.If the meaning of the 'Shape' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Shape' attribute.
- See Also:
isSetShape(),unsetShape(),setShape(double),BpsimPackage.getBetaDistributionType_Shape()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Double" extendedMetaData="kind='attribute' name='shape'"
-
setShape
void setShape(double value)
Sets the value of the 'Shape' attribute.- Parameters:
value- the new value of the 'Shape' attribute.- See Also:
isSetShape(),unsetShape(),getShape()- Generated code
-
unsetShape
void unsetShape()
Unsets the value of the 'Shape' attribute.- See Also:
isSetShape(),getShape(),setShape(double)- Generated code
-
isSetShape
boolean isSetShape()
Returns whether the value of the 'Shape' attribute is set.- Returns:
- whether the value of the 'Shape' attribute is set.
- See Also:
unsetShape(),getShape(),setShape(double)- Generated code
-
-