Uses of Class
helix.graph.model.SameVertexException

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

Uses of SameVertexException in helix.graph.model
 

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

Uses of SameVertexException in helix.graph.model.impl
 

Methods in helix.graph.model.impl that throw SameVertexException
 Edge AbstractGraph.assertEdge(Vertex v1, Vertex v2)
           
 

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

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