Uses of Class
uk.ed.inf.graph.impl.Graph

Packages that use Graph
uk.ed.inf.graph.impl   
 

Uses of Graph in uk.ed.inf.graph.impl
 

Methods in uk.ed.inf.graph.impl that return Graph
 Graph SubgraphFactory.getGraph()
           
 Graph Node.getGraph()
           
 Graph Edge.getGraph()
           
 Graph Subgraph.getSuperGraph()
           
 

Constructors in uk.ed.inf.graph.impl with parameters of type Graph
Edge(Graph graph, int index, Node oneNode, Node twoNode)
           
EdgeFactory(Graph graph)
           
Graph(Graph other)
           
Node(Graph owningGraph, int index)
          Creates a new node belonging to a graph.
NodeFactory(Graph graph)
           
Subgraph(Graph superGraph)
           
SubgraphFactory(Graph graph)