public class SignalTreeNode
extends javax.swing.tree.DefaultMutableTreeNode
Constructor and Description |
---|
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
|
Modifier and Type | Method and Description |
---|---|
void |
copySignalTreeNode(LiaisonSignal LS) |
void |
detach_dedicatedWindow() |
PolychronyWindow |
get_dedicatedWindow() |
long |
get_ntreeValue() |
long |
getSignalChildRef(LiaisonSignal LS,
long index)
returns the process child number index of the current process
|
long |
getSignalTreeArity(LiaisonSignal LS) |
boolean |
has_dedicatedWindow() |
boolean |
hasError() |
boolean |
isAction() |
boolean |
isFunc() |
boolean |
isModul() |
boolean |
isNode() |
boolean |
isProc() |
void |
set_dedicatedWindow(PolychronyWindow dedicatedWindow) |
void |
set_ntreeValue(long x) |
void |
setError(boolean error) |
void |
setNewSignalRoot(LiaisonSignal LS,
java.lang.String name)
Builds a new Signal root; call after a click on the menu button "reset all"
|
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toString
public SignalTreeNode(LiaisonSignal LS, java.lang.String modeulName, long aNtrees, boolean isAmodule)
public SignalTreeNode(LiaisonSignal LS, long SignalTree)
public SignalTreeNode(LiaisonSignal LS, java.lang.String s)
public boolean hasError()
public void set_dedicatedWindow(PolychronyWindow dedicatedWindow)
public void detach_dedicatedWindow()
public boolean has_dedicatedWindow()
public PolychronyWindow get_dedicatedWindow()
public void setError(boolean error)
public void setNewSignalRoot(LiaisonSignal LS, java.lang.String name)
public long getSignalChildRef(LiaisonSignal LS, long index)
public long getSignalTreeArity(LiaisonSignal LS)
public void copySignalTreeNode(LiaisonSignal LS)
public void set_ntreeValue(long x)
public long get_ntreeValue()
public boolean isModul()
public boolean isProc()
public boolean isFunc()
public boolean isNode()
public boolean isAction()