UC Berkeley Group for User Interface Research
Updated November 17, 2000

Uses of Interface
edu.berkeley.guir.lib.graphs.GraphConst

Packages that use GraphConst
edu.berkeley.guir.lib.graphs Some simple graph utilities. 
 

Uses of GraphConst in edu.berkeley.guir.lib.graphs
 

Classes in edu.berkeley.guir.lib.graphs that implement GraphConst
 class Edge
          A single directed Edge in a graph.
 class Graph
          A container for a graph.
 class Node
          A single Node in a Graph, as well as the adjacency list of inlinks (what other Nodes are connected to this Node) and outlinks (what other Nodes can we get to from this Node).
 class Path
          An object representing a Path in a Graph.
 class SearchBestFirst
          A best-first-search on Graph.
 class SearchBidirBest
          A bidirectional best-first-search for Graph.
 class SearchBidirBlind
          A bidirectional blind search on Graph.
 class SearchBreadthFirst
          A breadth first search for Graph.
 class SearchDepthFirst
          A depth first search for Graph.
 


Copyright Information