Uses of Class
edu.toronto.cs.davinci.DaVinciGraph.RefNode

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

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

Methods in edu.toronto.cs.davinci that return DaVinciGraph.RefNode
 DaVinciGraph.RefNode DaVinciGraph.ref(DaVinciGraph.FullNode node)
           
 

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