Uses of Interface
edu.toronto.cs.davinci.DaVinciGraph.Node

Packages that use DaVinciGraph.Node
edu.toronto.cs.davinci   
 

Uses of DaVinciGraph.Node in edu.toronto.cs.davinci
 

Classes in edu.toronto.cs.davinci that implement DaVinciGraph.Node
 class DaVinciGraph.FullNode
           
 class DaVinciGraph.RefNode
           
 

Methods in edu.toronto.cs.davinci with parameters of type DaVinciGraph.Node
 DaVinciGraph.Edge DaVinciGraph.FullNode.edge(DaVinciGraph.Node destNode)
           
 DaVinciGraph.LabeledEdge DaVinciGraph.FullNode.labeledEdge(DaVinciGraph.Node destNode, java.lang.String label)
           
 

Constructors in edu.toronto.cs.davinci with parameters of type DaVinciGraph.Node
DaVinciGraph.Edge(java.lang.String id, java.lang.String type, DaVinciGraph.Node _destNode)
           
DaVinciGraph.LabeledEdge(java.lang.String id, java.lang.String type, DaVinciGraph.Node destNode)