public interface CalculationModule extends Service
The following features are supported:
ComponentPackage.getCalculationModule()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<InputSpecification> |
getKnownInputs()
Returns the value of the 'Known Inputs' reference list.
|
org.eclipse.emf.common.util.EList<OutputSpecification> |
getKnownOutputs()
Returns the value of the 'Known Outputs' reference list.
|
org.eclipse.emf.common.util.EList<InputSpecification> getKnownInputs()
InputSpecification
.
If the meaning of the 'Known Inputs' reference list isn't clear, there really should be more of a description here...
ComponentPackage.getCalculationModule_KnownInputs()
org.eclipse.emf.common.util.EList<OutputSpecification> getKnownOutputs()
OutputSpecification
.
If the meaning of the 'Known Outputs' reference list isn't clear, there really should be more of a description here...
ComponentPackage.getCalculationModule_KnownOutputs()