Package | Description |
---|---|
fr.inria.tea.aadl2ssme.transformation.popup.actions | |
fr.inria.tea.ssme | |
fr.inria.tea.ssme.impl | |
fr.inria.tea.ssme.util |
Modifier and Type | Method and Description |
---|---|
void |
signalTreeAPI.STree_addDeclarationToaInterface(ProcessModelInterfaceImpl inter,
TypesOrSignalsDeclaration vdecsig,
int i)
Adds a signal (vdecsig) to an interface (inter)
i= 1 for parameters, 2 for inputs, 3 for outputs
|
void |
signalTreeAPI.STree_addDeclarationToInterface(ProcessModelImpl vprocess,
TypesOrSignalsDeclaration vdecsig,
int i)
Add a signal to a process (vprocess)'s interface
i= 1 for parameters, 2 for inputs, 3 for outputs
|
void |
signalTreeAPI.STree_addDeclarationToProcessType(ProcessTypeImpl process_type,
TypesOrSignalsDeclaration vdecsig,
int i)
Add a declaration (vdecsig) to the interface of a ProcessType (process_type)
|
Modifier and Type | Method and Description |
---|---|
ProcessModelInterfaceImpl |
signalTreeAPI.STree_mkInterface(java.util.ArrayList<TypesOrSignalsDeclaration> param,
java.util.ArrayList<TypesOrSignalsDeclaration> ins,
java.util.ArrayList<TypesOrSignalsDeclaration> outs,
ExternalGraphImpl spec)
Makes an interface with the list of parameters (param), inputs (ins), outputs (outs) and external graph (spec)
\bsg
|
ProcessModelInterfaceImpl |
signalTreeAPI.STree_mkInterface(java.util.ArrayList<TypesOrSignalsDeclaration> param,
java.util.ArrayList<TypesOrSignalsDeclaration> ins,
java.util.ArrayList<TypesOrSignalsDeclaration> outs,
ExternalGraphImpl spec)
Makes an interface with the list of parameters (param), inputs (ins), outputs (outs) and external graph (spec)
\bsg
|
ProcessModelInterfaceImpl |
signalTreeAPI.STree_mkInterface(java.util.ArrayList<TypesOrSignalsDeclaration> param,
java.util.ArrayList<TypesOrSignalsDeclaration> ins,
java.util.ArrayList<TypesOrSignalsDeclaration> outs,
ExternalGraphImpl spec)
Makes an interface with the list of parameters (param), inputs (ins), outputs (outs) and external graph (spec)
\bsg
|
void |
signalTreeAPI.STree_setParameters(ProcessModelImpl proc,
org.eclipse.emf.common.util.EList<TypesOrSignalsDeclaration> param)
Replaces the parameters of a model (proc) by param.
|
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'
|