Uses of Class
edu.mit.csail.sdg.alloy4graph.Graph

Packages that use Graph
edu.mit.csail.sdg.alloy4graph This package performs graph layout. 
 

Uses of Graph in edu.mit.csail.sdg.alloy4graph
 

Constructors in edu.mit.csail.sdg.alloy4graph with parameters of type Graph
GraphNode(Graph graph, java.lang.Object uuid, java.lang.String... labels)
          Create a new node with the given list of labels, then add it to the given graph.
GraphViewer(Graph graph)
          Construct a GraphViewer that displays the given graph.