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

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

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

Methods in edu.toronto.cs.davinci that return DaVinciGraph.LabeledEdge
 DaVinciGraph.LabeledEdge DaVinciGraph.FullNode.edge(DaVinciGraph.RefNode destNode, java.lang.String label)
           
 DaVinciGraph.LabeledEdge DaVinciGraph.LabeledEdge.label(java.lang.String v)
           
 DaVinciGraph.LabeledEdge DaVinciGraph.FullNode.labeledEdge(DaVinciGraph.Node destNode, java.lang.String label)