A B C D E F G H I J L M N O P R S T U V X

R

RIGHT_NODE - Static variable in class beowulf.model.tree.BinaryTreeNode
 
ReflectionPool - class beowulf.util.pooling.ReflectionPool.
This implementation of Pool uses reflection to generate new instances of a particular object.
ReflectionPool(String) - Constructor for class beowulf.util.pooling.ReflectionPool
This will create a new Pool that will pool instances of the Class that is represented by the String given to the constructor.
ReflectionPool(Class) - Constructor for class beowulf.util.pooling.ReflectionPool
This will create a new Pool that will pool instances of the Class given to the constructor.
radius - Variable in class beowulf.gui.JNode
The radius of self loops, -1 indicates default radius.
recalcMaxDepth - Variable in class beowulf.model.tree.DefaultBinaryTree
 
recalcMaxDepth(BinaryTreeNode, int) - Method in class beowulf.model.tree.DefaultBinaryTree
 
remove(int) - Method in class beowulf.model.Matrix
This is equivalent to calling remove(i, j) for all combinations of i and j where either is equal to element.
remove(int, int) - Method in class beowulf.model.Matrix
Sets the element at [row][column] to be the default value.
remove(Object) - Method in class beowulf.model.Matrix
This method will remove an object o if it exists in this matrix.
remove(Object) - Method in class beowulf.model.tree.AbstractBinaryTreeModel
Given a node's value, this method will find and remove that node from the tree.
remove(int) - Method in class beowulf.model.tree.BinaryTreeNode
 
remove(MutableTreeNode) - Method in class beowulf.model.tree.BinaryTreeNode
 
remove(Object) - Method in class beowulf.model.tree.DefaultBinaryTree
 
removeAll(Collection) - Method in class beowulf.model.Matrix
This method will remove all of the elements of c from this matrix.
removeBST(Object) - Method in class beowulf.model.tree.DefaultBST
 
removeChild(TreeNode) - Method in class beowulf.model.tree.TreeNode
 
removeCol(int) - Method in class beowulf.model.Matrix
This is equivalent to calling remove(i, j) for all combinations of i and j where j is equal to col.
removeDraggableComponentSelectionListener(DraggableComponentSelectionListener) - Method in class beowulf.gui.DraggableContainer
This method removes the DraggableComponentSelectionListener as an interested listener of events to this DraggableContainer.
removeEdge(Edge) - Method in class beowulf.model.graph.AbstractGraphModel
This method will remove the edge from the graph.
removeEdge(Object, Object, Object) - Method in class beowulf.model.graph.AbstractGraphModel
This method will remove the edge with the indicated source and destination values from the graph.
removeEdge(Edge) - Method in class beowulf.model.graph.Graph
This method will remove the edge from the graph.
removeEdge(Object, Object, Object) - Method in class beowulf.model.graph.Graph
This method will remove the edge with the indicated source and destination values from the graph.
removeEdge(Edge) - Method in class beowulf.model.graph.UndirectedGraph
This method will remove the edge from the graph.
removeEdge(Object, Object, Object) - Method in class beowulf.model.graph.UndirectedGraph
This method will remove the edge with the indicated source and destination values from the graph.
removeFromParent() - Method in class beowulf.model.tree.BinaryTreeNode
 
removeGraphListener(GraphListener) - Method in class beowulf.model.graph.AbstractGraphModel
This method removes the GraphListener as an interestd listener of events to this Graph.
removeGraphListener(GraphListener) - Method in interface beowulf.model.graph.GraphModel
This method removes the GraphListener as an interestd listener of events to this Graph.
removeGraphSelectionListener(GraphSelectionListener) - Method in class beowulf.gui.JGraph
This method removes the GraphSelectionListener as an interested listener of events to this JGraph.
removeNode(Object) - Method in class beowulf.model.graph.AbstractGraphModel
Given a node's value, this method will find and remove that node, and any associated edges from the graph.
removeNode(Object) - Method in class beowulf.model.graph.Graph
Given a node's value, this method will find and remove that node, and any associated edges from the graph.
removeNode(Object) - Method in class beowulf.model.graph.UndirectedGraph
Given a node's value, this method will find and remove that node, and any associated edges from the graph.
removeRow(int) - Method in class beowulf.model.Matrix
This is equivalent to calling remove(i, j) for all combinations of i and j where i is equal to row.
removeTreeModelListener(TreeModelListener) - Method in class beowulf.model.tree.AbstractBinaryTreeModel
This method removes the TreeModelListener as an interested listener of events to this Tree.
retainAll(Collection) - Method in class beowulf.model.Matrix
This method will iterate over all of the elements of the matrix and will keep an element in the matrix if and only if the matrix element is in c.
right - Variable in class beowulf.model.tree.BinaryTreeNode
Holds a reference to the right child.
root - Variable in class beowulf.model.tree.DefaultBinaryTree
 

A B C D E F G H I J L M N O P R S T U V X