public interface UserDistributionDataPointType
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getUserDistributionDataPointType()
Modifier and Type | Method and Description |
---|---|
ParameterValue |
getParameterValue()
Returns the value of the 'Parameter Value' containment reference
|
org.eclipse.emf.ecore.util.FeatureMap |
getParameterValueGroup()
Returns the value of the 'Parameter Value Group' attribute list.
|
float |
getProbability()
Returns the value of the 'Probability' attribute
|
boolean |
isSetProbability()
Returns whether the value of the '
Probability ' attribute is set |
void |
setParameterValue(ParameterValue value)
Sets the value of the '
Parameter Value ' containment reference |
void |
setProbability(float value)
Sets the value of the '
Probability ' attribute |
void |
unsetProbability()
Unsets the value of the '
Probability ' attribute |
org.eclipse.emf.ecore.util.FeatureMap getParameterValueGroup()
FeatureMap.Entry
.
If the meaning of the 'Parameter Value Group' attribute list isn't clear, there really should be more of a description here...
BpsimPackage.getUserDistributionDataPointType_ParameterValueGroup()
ParameterValue getParameterValue()
If the meaning of the 'Parameter Value' containment reference isn't clear, there really should be more of a description here...
setParameterValue(ParameterValue)
,
BpsimPackage.getUserDistributionDataPointType_ParameterValue()
void setParameterValue(ParameterValue value)
Parameter Value
' containment reference.
value
- the new value of the 'Parameter Value' containment reference.getParameterValue()
float getProbability()
If the meaning of the 'Probability' attribute isn't clear, there really should be more of a description here...
isSetProbability()
,
unsetProbability()
,
setProbability(float)
,
BpsimPackage.getUserDistributionDataPointType_Probability()
void setProbability(float value)
Probability
' attribute.
value
- the new value of the 'Probability' attribute.isSetProbability()
,
unsetProbability()
,
getProbability()
void unsetProbability()
Probability
' attribute.
isSetProbability()
,
getProbability()
,
setProbability(float)
boolean isSetProbability()
Probability
' attribute is set.
unsetProbability()
,
getProbability()
,
setProbability(float)
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.