Package | Description |
---|---|
fr.inria.tea.aadl2ssme.transformation.popup.actions |
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
|
void |
signalTreeAPI.STree_setExternalGraph(ProcessModelImpl proc,
ExternalGraphImpl eg)
Sets the "external graph" of a model (proc) by eg.
|