- getBalance() - Method in class fi.uef.cs.tra.BTreeNode
-
Returns this node's balance.
- getBalance() - Method in class fi.uef.cs.tra.TreeNode
-
Returns this node's balance.
- getColor() - Method in class fi.uef.cs.tra.Edge
-
Gets the color of this Edge.
- getColor() - Method in class fi.uef.cs.tra.Vertex
-
Gets this Vertex's color.
- getEdge(Vertex) - Method in class fi.uef.cs.tra.Vertex
-
Returns the edge from this Vertex to the specified one
or null if one doesn't exist.
- getElement() - Method in class fi.uef.cs.tra.BTreeNode
-
Returns this node's element.
- getElement() - Method in class fi.uef.cs.tra.EOL
-
Always throws an TraLinkedListException.
- getElement() - Method in class fi.uef.cs.tra.ListNode
-
Returns this ListNode's element.
- getElement() - Method in class fi.uef.cs.tra.TreeNode
-
Returns this node's element.
- getEndPoint(Vertex) - Method in class fi.uef.cs.tra.Edge
-
Returns the
Vertex
on the other end
of the specified
Edge.
- getEndPoint() - Method in class fi.uef.cs.tra.Edge
-
Returns the end point of this Edge.
- getFirst() - Method in class fi.uef.cs.tra.LinkedDeque
-
Returns but does not remove the element at the front of this deque.
- getIndex() - Method in class fi.uef.cs.tra.Vertex
-
Gets this Vertex's index.
- getLabel() - Method in class fi.uef.cs.tra.Edge
-
Gets the label of this Edge.
- getLabel() - Method in class fi.uef.cs.tra.Vertex
-
Gets this Vertex's label.
- getLast() - Method in class fi.uef.cs.tra.LinkedDeque
-
Returns but does not remove the element at the rear of this deque.
- getLeftChild() - Method in class fi.uef.cs.tra.BTreeNode
-
Returns this node's leftmost child.
- getLeftChild() - Method in class fi.uef.cs.tra.TreeNode
-
Returns this node's leftmost child.
- getParent() - Method in class fi.uef.cs.tra.BTreeNode
-
Returns this node's parent node.
- getParent() - Method in class fi.uef.cs.tra.TreeNode
-
Returns this node's parent node.
- getRightChild() - Method in class fi.uef.cs.tra.BTreeNode
-
Returns this node's right child.
- getRightSibling() - Method in class fi.uef.cs.tra.TreeNode
-
Returns this node's right sibling.
- getRoot() - Method in class fi.uef.cs.tra.BTree
-
Returns the root of this BTree.
- getRoot() - Method in class fi.uef.cs.tra.Tree
-
Returns the root of this Tree.
- getStartPoint() - Method in class fi.uef.cs.tra.Edge
-
Returns the starting point of this Edge.
- getWeight() - Method in class fi.uef.cs.tra.Edge
-
Gets the weight of this Edge.
- getWeight() - Method in class fi.uef.cs.tra.Vertex
-
Gets this Vertex's weight.
- goesOut(Vertex) - Method in class fi.uef.cs.tra.Edge
-
Determines whether this Edge goes out from the specified
Vertex.
- Graph - Class in fi.uef.cs.tra
-
A
Graph or an undirected graph is an ordered pair
G := (V, E) with
V, a set of
vertices and
E, a set of undirected
edges.
- Graph() - Constructor for class fi.uef.cs.tra.Graph
-
- GraphException - Exception in fi.uef.cs.tra
-
GraphException is a generic
RuntimeException
for
Graph
and
DiGraph
-related problems.
- GRAY - Static variable in class fi.uef.cs.tra.AbstractGraph
-
Named constant (2)
- GREEN - Static variable in class fi.uef.cs.tra.AbstractGraph
-
Named constant (4)
- GREY - Static variable in class fi.uef.cs.tra.AbstractGraph
-
Named constant (2)