Uses of Interface
pal.tree.AttributeNode
-
Packages that use AttributeNode Package Description pal.gui GUI components for some special objects (e.g., trees).pal.tree Classes for providing the data structure of trees, for constructing and modifying trees, and for parameterizing trees (e.g., clock constraint). -
-
Uses of AttributeNode in pal.gui
Classes in pal.gui that implement AttributeNode Modifier and Type Class Description class
PositionedNode
A tree node that has a scalar position for the purposes of drawing the tree. -
Uses of AttributeNode in pal.tree
Classes in pal.tree that implement AttributeNode Modifier and Type Class Description class
SimpleNode
data structure for a node (includes branch) in a binary/non-binary rooted/unrooted tree
-