Uses of Class
helix.graph.model.DuplicateEdgeException

Packages that use DuplicateEdgeException
helix.graph.model   
helix.graph.model.impl.memory   
 

Uses of DuplicateEdgeException in helix.graph.model
 

Methods in helix.graph.model that throw DuplicateEdgeException
 Edge Graph.addEdge(Vertex v1, Vertex v2)
           
 

Uses of DuplicateEdgeException in helix.graph.model.impl.memory
 

Methods in helix.graph.model.impl.memory that throw DuplicateEdgeException
 Edge MemGraph.addEdge(Vertex v1, Vertex v2)