Package | Description |
---|---|
common |
Modifier and Type | Method and Description |
---|---|
LiaisonSignal |
JTree2.get_C_interface() |
LiaisonSignal |
PolychronyWindow.get_C_interface() |
LiaisonSignal |
ParamWindow.getPkLink() |
Modifier and Type | Method and Description |
---|---|
void |
SignalTreeNode.copySignalTreeNode(LiaisonSignal LS) |
long |
SignalTreeNode.getSignalChildRef(LiaisonSignal LS,
long index)
returns the process child number index of the current process
|
long |
SignalTreeNode.getSignalTreeArity(LiaisonSignal LS) |
void |
LibBar.install(long ntreesArg,
GraphCanvas vGraphCanvas,
LiaisonSignal C_interface) |
void |
CompilerOptions.setCurrentWindow(LiaisonSignal l) |
void |
SignalTreeNode.setNewSignalRoot(LiaisonSignal LS,
java.lang.String name)
Builds a new Signal root; call after a click on the menu button "reset all"
|
Constructor and Description |
---|
CompilerFunct(LiaisonSignal l,
PolychronyWindow gw,
CompilerWin cw,
int x0,
int y0,
int deb,
int fin,
java.lang.String butLabel,
java.lang.String vjLabel,
java.lang.String opLabel,
java.lang.String vtitle,
javax.swing.JCheckBox[] xtfunc) |
CompilerWin(LiaisonSignal l,
PolychronyWindow gw,
int x0,
int y0)
Constructor: it creates the windows necessary during the compiling:
one window for the diagnostics the three functionalities windows (which
corresponds to the different mode of compiling.
|
CompilerWin(LiaisonSignal l,
PolychronyWindow gw,
int x0,
int y0,
CompilerWin compilerWinMain) |
GraphCanvas(PolychronyWindow Pw,
LiaisonSignal Pw_C_interface) |
JTree2(JTree2 sourceTree,
LiaisonSignal l,
PolychronyWindow gw)
JTree2 contained in a child Cwindow
|
JTree2(LiaisonSignal l,
PolychronyWindow gw)
JTree2 contained in a root Rwindow
|
LibBar(long ntreesArg,
GraphCanvas vGraphCanvas,
LiaisonSignal C_interface,
java.lang.String fname,
java.lang.String fnamews,
java.lang.String imagesDirectory,
java.lang.String LibName) |
LibButton(java.lang.String nam,
int n,
LiaisonSignal ls,
LibBar bar,
java.lang.String fname,
java.lang.String defaultIconDir)
Individual button in user defined list of buttons
called when installing a LibBar
|
ParamWindow(LiaisonSignal l,
int x0,
int y0,
int width,
int height,
java.lang.String title) |
SignalTreeNode(LiaisonSignal LS,
long SignalTree)
Constructor : insertion of a subprocess (for example file loading).
|
SignalTreeNode(LiaisonSignal LS,
java.lang.String s)
Constructor called for the root : we create a Signal associated process
that won't be visible
|
SignalTreeNode(LiaisonSignal LS,
java.lang.String modeulName,
long aNtrees,
boolean isAmodule)
Constructor: creation SignalTreeNode named "modeulName" associated with the ntress aNtrees
if isAmodule then aNtrees is a module otherwise it is a model
|