public interface AbstractParameterSet extends AbstractNamedElement
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<AbstractConstraint> |
getOwnedConditions()
Returns the value of the 'Owned Conditions' containment reference list.
|
org.eclipse.emf.common.util.EList<AbstractParameter> |
getParameters()
Returns the value of the 'Parameters' reference list.
|
ValueSpecification |
getProbability()
Returns the value of the 'Probability' containment reference.
|
void |
setProbability(ValueSpecification value)
Sets the value of the '
Probability' containment reference. |
getName, setNamedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsorg.eclipse.emf.common.util.EList<AbstractConstraint> getOwnedConditions()
AbstractConstraint.
If the meaning of the 'Owned Conditions' containment reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getAbstractParameterSet_OwnedConditions()ValueSpecification getProbability()
If the meaning of the 'Probability' containment reference isn't clear, there really should be more of a description here...
setProbability(ValueSpecification),
ModellingcorePackage.getAbstractParameterSet_Probability()void setProbability(ValueSpecification value)
Probability' containment reference.
value - the new value of the 'Probability' containment reference.getProbability()org.eclipse.emf.common.util.EList<AbstractParameter> getParameters()
AbstractParameter.
It is bidirectional and its opposite is 'Parameter Set'.
If the meaning of the 'Parameters' reference list isn't clear, there really should be more of a description here...
ModellingcorePackage.getAbstractParameterSet_Parameters(),
AbstractParameter.getParameterSet()