Package | Description |
---|---|
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Interface and Description |
---|---|
interface |
FormalProcess
A representation of the model object 'Formal Process'
|
interface |
SignalsDeclaration
A representation of the model object 'Signals Declaration'
|
interface |
TypesDeclaration
A representation of the model object 'Types Declaration'
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
IOProfile.getInputs()
Returns the value of the 'Inputs' containment reference list.
|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
ProcessModelInterface.getListFormalParameter()
Returns the value of the 'List Formal Parameter' containment reference list.
|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
TupleType.getListSignalsDeclaration()
Returns the value of the 'List Signals Declaration' containment reference list.
|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
IOProfile.getOutputs()
Returns the value of the 'Outputs' containment reference list.
|
Modifier and Type | Class and Description |
---|---|
class |
FormalProcessImpl
An implementation of the model object 'Formal Process'
|
class |
SignalsDeclarationImpl
An implementation of the model object 'Signals Declaration'
|
class |
TypesDeclarationImpl
An implementation of the model object 'Types Declaration'
|
Modifier and Type | Method and Description |
---|---|
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
IOProfileImpl.getInputs() |
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
ProcessModelInterfaceImpl.getListFormalParameter() |
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
TupleTypeImpl.getListSignalsDeclaration() |
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> |
IOProfileImpl.getOutputs() |
Modifier and Type | Method and Description |
---|---|
T |
SsmeSwitch.caseTypesOrSignalsDeclaration(TypesOrSignalsDeclaration object)
Returns the result of interpreting the object as an instance of 'Types Or Signals Declaration'
|