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

E

EDGE_ADDED - Static variable in class beowulf.event.GraphEvent
Identifies that an edge was added.
EDGE_REMOVED - Static variable in class beowulf.event.GraphEvent
Identifies that an edge was removed.
EMPTY_PARAM_CLASS_LIST - Static variable in class beowulf.gui.JNode
A convenience object for some of the reflection calls in the properties window.
EMPTY_PARAM_LIST - Static variable in class beowulf.gui.JNode
A convenience object for some of the reflection calls in the properties window.
Edge - class beowulf.model.graph.Edge.
The Edge class is used to represent an Edge inside of a Graph object.
Edge(Object, Object, Object) - Constructor for class beowulf.model.graph.Edge
Constructs a new edge with the listed source and destination nodes as well as the cost.
ExtensionFileFilter - class beowulf.filefilters.ExtensionFileFilter.
This class represents a filter that accepts a file based on its extension.
ExtensionFileFilter(String) - Constructor for class beowulf.filefilters.ExtensionFileFilter
Creates an instance of this object with the indicated extension.
edgeAdded(GraphEvent) - Method in interface beowulf.event.GraphListener
This method is called when an edge is added to a Graph.
edgeAdded(GraphEvent) - Method in class beowulf.gui.JGraph
 
edgeList - Variable in class beowulf.model.graph.Graph
A vector of all of the edges.
edgeList - Variable in class beowulf.model.graph.UndirectedGraph
A vector of all of the edges.
edgeRemoved(GraphEvent) - Method in interface beowulf.event.GraphListener
This method is called when an edge is removed from a Graph.
edgeRemoved(GraphEvent) - Method in class beowulf.gui.JGraph
 
elements() - Method in interface beowulf.model.tree.BinaryTreeModel
This will return an enumeration of all values in the tree.
elements() - Method in class beowulf.model.tree.DefaultBinaryTree
 
equals(Object) - Method in class beowulf.model.graph.Edge
Returns true if value is non-null, an instance of Edge, and has the same source and destination nodes.
equals(Object) - Method in class beowulf.model.tree.TreeNode
 
eventType - Variable in class beowulf.event.GraphEvent
Holds the even type.
expandBy(int) - Method in class beowulf.model.Matrix
This method expands the matrix by newAmount in each direction.
expandBy(int, int) - Method in class beowulf.model.Matrix
This method expands the matrix by the indicated amount in each direction.
expandTo(int) - Method in class beowulf.model.Matrix
This method ensures that this matrix is at least newSizexnewSize.
expandTo(int, int) - Method in class beowulf.model.Matrix
This method ensures that this matrix is at least rowSizexcolSize.
extension - Variable in class beowulf.filefilters.ExtensionFileFilter
The extension that all acceptable files must have.

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