Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
_
E
Edge
- Class in
att.grappa
This class describes an edge.
Edge(Subgraph, Node, Node)
- Constructor for class att.grappa.
Edge
Use this constructor when creating an edge.
Edge(Subgraph, Node, String, Node, String)
- Constructor for class att.grappa.
Edge
Use this constructor when creating an edge with ports.
Edge(Subgraph, Node, String, Node, String, String)
- Constructor for class att.grappa.
Edge
Use this constructor when creating an edge requiring a key to distinguish it.
Edge(Subgraph, Node, Node, String)
- Constructor for class att.grappa.
Edge
Use this constructor when creating an edge with a supplied unique name for easy look-up (the name is also used as the key).
Edge(Subgraph, Node, String, Node, String, String, String)
- Constructor for class att.grappa.
Edge
Use this constructor when creating an edge requiring a key to distinguish it and a supplied lookup name.
EDGE
- Static variable in interface att.grappa.
GrappaConstants
Element type value indicating an edge.
EDGE
- Static variable in class att.grappa.
Symbols
edgeElements()
- Method in class att.grappa.
Node
Get an Iterator of the edges directed to or from this node.
edgeElements()
- Method in class att.grappa.
Subgraph
Get an Iterator of the edge elements in this subgraph.
edgeElementsAsArray()
- Method in class att.grappa.
Node
edgeElementsAsArray()
- Method in class att.grappa.
Subgraph
edgeLabelsScaleCutoff
- Static variable in class att.grappa.
Grappa
When the transform scale applied when drawing in a GrappaPanel is less than this value, then edge labels are suppressed.
EGG_SHAPE
- Static variable in interface att.grappa.
GrappaConstants
Indicator that the element has a egg shape.
Element
- Class in
att.grappa
This abstract class is the root class for the
Node
,
Edge
,
Subgraph
and
Graph
classes.
Element()
- Constructor for class att.grappa.
Element
Element constructor needed only during init phase of
Graph
class.
Element(int, Subgraph)
- Constructor for class att.grappa.
Element
Element constructor used during init phase of the
Node
,
Edge
and
Subgraph
classes.
elementPrintAllAttributes
- Static variable in class att.grappa.
Grappa
Boolean to indicate if all element attributes should be printed.
elementPrintDefaultAttributes
- Static variable in class att.grappa.
Grappa
Boolean to indicate if the default attributes associated with a subgraph should be printed.
elements(int)
- Method in class att.grappa.
Subgraph
Get an Iterator of elements in this subgraph and any subgraphs under this one.
elements()
- Method in class att.grappa.
Subgraph
Get an Iterator of all elements in this subgraph and any subgraphs under this one.
elementSelection
- Static variable in class att.grappa.
Grappa
Indicates which classes of elements are suitable for selection based on cursor position.
empty()
- Method in class java_cup.runtime.
virtual_parse_stack
Indicate whether the stack is empty.
emptyAttributeIterator
- Static variable in class att.grappa.
Grappa
emptyEdgeIterator
- Static variable in class att.grappa.
Grappa
emptyNodeIterator
- Static variable in class att.grappa.
Grappa
emptyStringIterator
- Static variable in class att.grappa.
Grappa
A convenience List useful when an iterator is to be returned, but the object to be iterated is null (in which case, the return value can be
Grappa.emptyXXXIterator().iterator()
, whose
hasNext()
method will return
false
).
emptySubgraphIterator
- Static variable in class att.grappa.
Grappa
EOF
- Static variable in class att.grappa.
Symbols
EOF_sym()
- Method in class att.grappa.
Parser
EOF
Symbol index.
EOF_sym()
- Method in class java_cup.runtime.
lr_parser
The index of the end of file terminal Symbol (supplied by generated subclass).
EQUAL
- Static variable in class att.grappa.
Symbols
equals(Attribute)
- Method in class att.grappa.
Attribute
Tests for equality with the given attribute.
equals(Object)
- Method in class att.grappa.
GrappaLine
Check for equality of this object with the supplied object.
equals(Object)
- Method in class att.grappa.
Subgraph
equalsValue(Attribute)
- Method in class att.grappa.
Attribute
Tests for equality of this attribute's value with the given attribute's value.
error
- Static variable in class att.grappa.
Symbols
error_recovery(boolean)
- Method in class java_cup.runtime.
lr_parser
Attempt to recover from a syntax error.
error_sym()
- Method in class att.grappa.
Parser
error
Symbol index.
error_sym()
- Method in class java_cup.runtime.
lr_parser
The index of the special error Symbol (supplied by generated subclass).
error_sync_size()
- Method in class java_cup.runtime.
lr_parser
The number of Symbols after an error we much match to consider it recovered from.
ExceptionDisplay
- Class in
att.grappa
A class for displaying exception information in a pop-up frame.
ExceptionDisplay(String)
- Constructor for class att.grappa.
ExceptionDisplay
Creates an instance of the class for displaying exceptions.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
R
S
T
U
V
W
X
Z
_
Grappa 1.2