public interface Component extends NamedElement
The following features are supported:
FlaxmlPackage.getComponent()
Modifier and Type | Method and Description |
---|---|
InputPorts |
getInputPorts()
Returns the value of the 'Input Ports' containment reference.
|
OutputPorts |
getOutputPorts()
Returns the value of the 'Output Ports' containment reference.
|
void |
setInputPorts(InputPorts value)
Sets the value of the '
Input Ports ' containment reference. |
void |
setOutputPorts(OutputPorts value)
Sets the value of the '
Output Ports ' containment reference. |
getId, getName, setId, setName
InputPorts getInputPorts()
If the meaning of the 'Input Ports' containment reference isn't clear, there really should be more of a description here...
setInputPorts(InputPorts)
,
FlaxmlPackage.getComponent_InputPorts()
void setInputPorts(InputPorts value)
Input Ports
' containment reference.
value
- the new value of the 'Input Ports' containment reference.getInputPorts()
OutputPorts getOutputPorts()
If the meaning of the 'Output Ports' containment reference isn't clear, there really should be more of a description here...
setOutputPorts(OutputPorts)
,
FlaxmlPackage.getComponent_OutputPorts()
void setOutputPorts(OutputPorts value)
Output Ports
' containment reference.
value
- the new value of the 'Output Ports' containment reference.getOutputPorts()