public interface CalculationComponent extends NamedDocumentable, MasterComponent
The following features are supported:
Modifier and Type | Method and Description |
---|---|
CalculationModule |
getImplementation()
Returns the value of the 'Implementation' reference.
|
org.eclipse.emf.common.util.EList<InputDefinition> |
getInputs()
Returns the value of the 'Inputs' containment reference list.
|
org.eclipse.emf.common.util.EList<OutputDefinition> |
getOutputs()
Returns the value of the 'Outputs' containment reference list.
|
void |
setImplementation(CalculationModule value)
Sets the value of the '
Implementation ' reference. |
getName, setName
getMasterOn
getArchiveSelector, getCustomizationPipeline, getLevel, getProperties, setArchiveSelector, setCustomizationPipeline, setLevel
getShortDescription, setShortDescription
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
eAdapters, eDeliver, eNotify, eSetDeliver
getMasterOn
CalculationModule getImplementation()
If the meaning of the 'Implementation' reference isn't clear, there really should be more of a description here...
setImplementation(CalculationModule)
,
ComponentPackage.getCalculationComponent_Implementation()
void setImplementation(CalculationModule value)
Implementation
' reference.
value
- the new value of the 'Implementation' reference.getImplementation()
org.eclipse.emf.common.util.EList<OutputDefinition> getOutputs()
OutputDefinition
.
If the meaning of the 'Outputs' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getCalculationComponent_Outputs()
org.eclipse.emf.common.util.EList<InputDefinition> getInputs()
InputDefinition
.
If the meaning of the 'Inputs' containment reference list isn't clear, there really should be more of a description here...
ComponentPackage.getCalculationComponent_Inputs()