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

U

UNDIRECTED_GRAPH - Static variable in class beowulf.gui.JGraph
Flag indicating the model is an undirected graph.
UndirectedGraph - class beowulf.model.graph.UndirectedGraph.
This class is a model of a Graph.
UndirectedGraph() - Constructor for class beowulf.model.graph.UndirectedGraph
Basic constructor for a Graph.
UndirectedGraph(boolean) - Constructor for class beowulf.model.graph.UndirectedGraph
This constructor lets the user choose whether reference equality (==) or semantic equality (.equals()) will be used in differentiating between nodes in a graph.
useDotEquals - Variable in class beowulf.model.graph.Graph
Holds a flag that tells this object whether to use .equals for object comparison, or ==.
useDotEquals - Variable in class beowulf.model.graph.UndirectedGraph
Holds a flag that tells this object whether to use .equals for object comparison, or ==.
usedIndices - Variable in class beowulf.model.graph.Graph
Holds a list of used indices for identifying a particular node.
usedIndices - Variable in class beowulf.model.graph.UndirectedGraph
Holds a list of used indices for identifying a particular node.

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