public interface IOProfile extends SignalElement
The following features are supported:
SsmePackage.getIOProfile()
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
getInputs()
Returns the value of the 'Inputs' containment reference list.
|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
getOutputs()
Returns the value of the 'Outputs' containment reference list.
|
getCommentPost, getCommentPre, getParent, makeAST, setASTAttribute
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> getInputs()
TypesOrSignalsDeclaration
.
If the meaning of the 'Inputs' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getIOProfile_Inputs()
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> getOutputs()
TypesOrSignalsDeclaration
.
If the meaning of the 'Outputs' containment reference list isn't clear, there really should be more of a description here...
SsmePackage.getIOProfile_Outputs()