Uses of Class
helix.graph.model.NoSuchVertexException

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

Uses of NoSuchVertexException in helix.graph.model
 

Methods in helix.graph.model that throw NoSuchVertexException
 Edge Graph.addEdge(Vertex v1, Vertex v2)
           
 Edge Graph.assertEdge(Vertex v1, Vertex v2)
           
 void Graph.disconnectVertex(Vertex v)
           
 Edge Graph.getEdge(Vertex v1, Vertex v2)
           
 boolean Graph.hasEdge(Vertex v1, Vertex v2)
           
 void Graph.removeEdge(Edge e)
           
 void Graph.removeEdge(Vertex v1, Vertex v2)
           
 void Graph.removeVertex(Vertex v)
           
 

Uses of NoSuchVertexException in helix.graph.model.impl
 

Methods in helix.graph.model.impl that throw NoSuchVertexException
 Edge AbstractGraph.assertEdge(Vertex v1, Vertex v2)
           
 void AbstractGraph.disconnectVertex(Vertex v)
           
 Edge AbstractGraph.getEdge(Vertex v1, Vertex v2)
           
 void AbstractGraph.removeVertex(Vertex v)
           
 

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

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