public interface AverageModule extends CalculationModule
The following features are supported:
ComponentPackage.getAverageModule()
Modifier and Type | Method and Description |
---|---|
String |
getValidSourcesRequired()
Returns the value of the 'Valid Sources Required' attribute.
|
void |
setValidSourcesRequired(String value)
Sets the value of the '
Valid Sources Required ' attribute. |
getKnownInputs, getKnownOutputs
String getValidSourcesRequired()
If the meaning of the 'Valid Sources Required' attribute isn't clear, there really should be more of a description here...
setValidSourcesRequired(String)
,
ComponentPackage.getAverageModule_ValidSourcesRequired()
void setValidSourcesRequired(String value)
Valid Sources Required
' attribute.
value
- the new value of the 'Valid Sources Required' attribute.getValidSourcesRequired()