Package bpsim
Interface UserDistributionDataPointType
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
UserDistributionDataPointTypeImpl
public interface UserDistributionDataPointType extends org.eclipse.emf.ecore.EObjectA representation of the model object 'User Distribution Data Point Type'.The following features are supported:
- See Also:
BpsimPackage.getUserDistributionDataPointType()- Generated code
- Model
- extendedMetaData="name='UserDistributionDataPoint_._type' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParameterValuegetParameterValue()Returns the value of the 'Parameter Value' containment reference.org.eclipse.emf.ecore.util.FeatureMapgetParameterValueGroup()Returns the value of the 'Parameter Value Group' attribute list.floatgetProbability()Returns the value of the 'Probability' attribute.booleanisSetProbability()Returns whether the value of the 'Probability' attribute is set.voidsetParameterValue(ParameterValue value)Sets the value of the 'Parameter Value' containment reference.voidsetProbability(float value)Sets the value of the 'Probability' attribute.voidunsetProbability()Unsets the value of the 'Probability' attribute.
-
-
-
Method Detail
-
getParameterValueGroup
org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list. The list contents are of typeFeatureMap.Entry.If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Value Group' attribute list.
- See Also:
BpsimPackage.getUserDistributionDataPointType_ParameterValueGroup()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.EFeatureMapEntry" required="true" many="false" extendedMetaData="kind='group' name='ParameterValue:group' namespace='##targetNamespace'"
-
getParameterValue
ParameterValue getParameterValue()
Returns the value of the 'Parameter Value' containment reference.If the meaning of the 'Parameter Value' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Parameter Value' containment reference.
- See Also:
setParameterValue(ParameterValue),BpsimPackage.getUserDistributionDataPointType_ParameterValue()- Generated code
- Model
- containment="true" required="true" transient="true" volatile="true" derived="true" extendedMetaData="kind='element' name='ParameterValue' namespace='##targetNamespace' group='ParameterValue:group'"
-
setParameterValue
void setParameterValue(ParameterValue value)
Sets the value of the 'Parameter Value' containment reference.- Parameters:
value- the new value of the 'Parameter Value' containment reference.- See Also:
getParameterValue()- Generated code
-
getProbability
float getProbability()
Returns the value of the 'Probability' attribute.If the meaning of the 'Probability' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Probability' attribute.
- See Also:
isSetProbability(),unsetProbability(),setProbability(float),BpsimPackage.getUserDistributionDataPointType_Probability()- Generated code
- Model
- unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Float" extendedMetaData="kind='attribute' name='probability'"
-
setProbability
void setProbability(float value)
Sets the value of the 'Probability' attribute.- Parameters:
value- the new value of the 'Probability' attribute.- See Also:
isSetProbability(),unsetProbability(),getProbability()- Generated code
-
unsetProbability
void unsetProbability()
Unsets the value of the 'Probability' attribute.- See Also:
isSetProbability(),getProbability(),setProbability(float)- Generated code
-
isSetProbability
boolean isSetProbability()
Returns whether the value of the 'Probability' attribute is set.- Returns:
- whether the value of the 'Probability' attribute is set.
- See Also:
unsetProbability(),getProbability(),setProbability(float)- Generated code
-
-