public interface CompositeComponent extends Component
The following features are supported:
FlaxmlPackage.getCompositeComponent()
Modifier and Type | Method and Description |
---|---|
Components |
getComponents()
Returns the value of the 'Components' containment reference.
|
Connections |
getConnections()
Returns the value of the 'Connections' containment reference.
|
void |
setComponents(Components value)
Sets the value of the '
Components ' containment reference. |
void |
setConnections(Connections value)
Sets the value of the '
Connections ' containment reference. |
getInputPorts, getOutputPorts, setInputPorts, setOutputPorts
getId, getName, setId, setName
Connections getConnections()
If the meaning of the 'Connections' containment reference isn't clear, there really should be more of a description here...
setConnections(Connections)
,
FlaxmlPackage.getCompositeComponent_Connections()
void setConnections(Connections value)
Connections
' containment reference.
value
- the new value of the 'Connections' containment reference.getConnections()
Components getComponents()
If the meaning of the 'Components' containment reference isn't clear, there really should be more of a description here...
setComponents(Components)
,
FlaxmlPackage.getCompositeComponent_Components()
void setComponents(Components value)
Components
' containment reference.
value
- the new value of the 'Components' containment reference.getComponents()