Package bpsim
Interface ParameterValue
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Subinterfaces:
BetaDistributionType,BinomialDistributionType,BooleanParameterType,ConstantParameter,DateTimeParameterType,DistributionParameter,DurationParameterType,EnumParameterType,ErlangDistributionType,ExpressionParameterType,FloatingParameterType,GammaDistributionType,LogNormalDistributionType,NegativeExponentialDistributionType,NormalDistributionType,NumericParameterType,PoissonDistributionType,StringParameterType,TriangularDistributionType,TruncatedNormalDistributionType,UniformDistributionType,UserDistributionType,WeibullDistributionType
- All Known Implementing Classes:
BetaDistributionTypeImpl,BinomialDistributionTypeImpl,BooleanParameterTypeImpl,ConstantParameterImpl,DateTimeParameterTypeImpl,DistributionParameterImpl,DurationParameterTypeImpl,EnumParameterTypeImpl,ErlangDistributionTypeImpl,ExpressionParameterTypeImpl,FloatingParameterTypeImpl,GammaDistributionTypeImpl,LogNormalDistributionTypeImpl,NegativeExponentialDistributionTypeImpl,NormalDistributionTypeImpl,NumericParameterTypeImpl,ParameterValueImpl,PoissonDistributionTypeImpl,StringParameterTypeImpl,TriangularDistributionTypeImpl,TruncatedNormalDistributionTypeImpl,UniformDistributionTypeImpl,UserDistributionTypeImpl,WeibullDistributionTypeImpl
public interface ParameterValue extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Parameter Value'.The following features are supported:
- See Also:
BpsimPackage.getParameterValue()- Generated code
- Model
- extendedMetaData="name='ParameterValue' kind='empty'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetInstance()Returns the value of the 'Instance' attribute.ResultTypegetResult()Returns the value of the 'Result' attribute.StringgetValidFor()Returns the value of the 'Valid For' attribute.booleanisSetResult()Returns whether the value of the 'Result' attribute is set.voidsetInstance(String value)Sets the value of the 'Instance' attribute.voidsetResult(ResultType value)Sets the value of the 'Result' attribute.voidsetValidFor(String value)Sets the value of the 'Valid For' attribute.voidunsetResult()Unsets the value of the 'Result' attribute.
-
-
-
Method Detail
-
getInstance
String getInstance()
Returns the value of the 'Instance' attribute.If the meaning of the 'Instance' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Instance' attribute.
- See Also:
setInstance(String),BpsimPackage.getParameterValue_Instance()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='instance'"
-
setInstance
void setInstance(String value)
Sets the value of the 'Instance' attribute.- Parameters:
value- the new value of the 'Instance' attribute.- See Also:
getInstance()- Generated code
-
getResult
ResultType getResult()
Returns the value of the 'Result' attribute. The literals are from the enumerationResultType.If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result' attribute.
- See Also:
ResultType,isSetResult(),unsetResult(),setResult(ResultType),BpsimPackage.getParameterValue_Result()- Generated code
- Model
- unsettable="true" extendedMetaData="kind='attribute' name='result'"
-
setResult
void setResult(ResultType value)
Sets the value of the 'Result' attribute.- Parameters:
value- the new value of the 'Result' attribute.- See Also:
ResultType,isSetResult(),unsetResult(),getResult()- Generated code
-
unsetResult
void unsetResult()
Unsets the value of the 'Result' attribute.- See Also:
isSetResult(),getResult(),setResult(ResultType)- Generated code
-
isSetResult
boolean isSetResult()
Returns whether the value of the 'Result' attribute is set.- Returns:
- whether the value of the 'Result' attribute is set.
- See Also:
unsetResult(),getResult(),setResult(ResultType)- Generated code
-
getValidFor
String getValidFor()
Returns the value of the 'Valid For' attribute.If the meaning of the 'Valid For' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Valid For' attribute.
- See Also:
setValidFor(String),BpsimPackage.getParameterValue_ValidFor()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.IDREF" extendedMetaData="kind='attribute' name='validFor'"
-
setValidFor
void setValidFor(String value)
Sets the value of the 'Valid For' attribute.- Parameters:
value- the new value of the 'Valid For' attribute.- See Also:
getValidFor()- Generated code
-
-