Uses of Interface
helix.graph.model.Edge

Packages that use Edge
helix.graph.algo   
helix.graph.algo.c3part.visitor   
helix.graph.model   
helix.graph.model.impl   
helix.graph.model.impl.memory   
helix.graph.util   
 

Uses of Edge in helix.graph.algo
 

Methods in helix.graph.algo with parameters of type Edge
 boolean Visitor.accept(Edge e)
           
abstract  boolean DeltaClosure.Constraint.accept(Edge e)
           
 boolean AbstractCCVisitor.accept(Edge e)
          default accept : accept any edge
 void DeltaClosure.Constraint.register(Edge e)
           
 

Uses of Edge in helix.graph.algo.c3part.visitor
 

Methods in helix.graph.algo.c3part.visitor with parameters of type Edge
 boolean CCByEpsilonVisitor.accept(Edge e)
           
 boolean CCByColorVisitor.accept(Edge e)
           
 boolean CCByColorsVisitor.accept(Edge e)
           
 

Uses of Edge in helix.graph.model
 

Methods in helix.graph.model that return Edge
 Edge Graph.addEdge(Vertex v1, Vertex v2)
           
 Edge Graph.assertEdge(Vertex v1, Vertex v2)
           
 Edge Graph.getEdge(Vertex v1, Vertex v2)
           
 Edge Vertex.getEdgeTo(Vertex v)
          get the edge between this vertex and destination vertex v (if it exists)
 

Methods in helix.graph.model that return types with arguments of type Edge
 Iterable<Edge> Vertex.edges()
          get Iterable over all edges that are incident to this vertex
 GSetFactory<Edge> Graph.edgeSetFactory()
           
 

Methods in helix.graph.model with parameters of type Edge
 Vertex EdgeToVertexIterator.adapt(Edge e)
           
 boolean Edge.equals(Edge e)
           
 void Graph.removeEdge(Edge e)
           
 

Constructor parameters in helix.graph.model with type arguments of type Edge
EdgeToVertexIterable(Iterable<Edge> iterable, Vertex origin)
           
EdgeToVertexIterator(Iterator<Edge> iterator, Vertex origin)
           
 

Uses of Edge in helix.graph.model.impl
 

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

Methods in helix.graph.model.impl with parameters of type Edge
 void AbstractGraph.removeEdge(Edge e)
           
 

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

Classes in helix.graph.model.impl.memory that implement Edge
 class MemEdge
           
 

Methods in helix.graph.model.impl.memory that return Edge
 Edge MemGraph.addEdge(Vertex v1, Vertex v2)
           
 Edge MemVertex.getEdgeTo(Vertex v)
           
 

Methods in helix.graph.model.impl.memory that return types with arguments of type Edge
 Iterable<Edge> MemVertex.edges()
           
 GSetFactory<Edge> MemGraph.edgeSetFactory()
           
 

Methods in helix.graph.model.impl.memory with parameters of type Edge
 boolean MemEdge.equals(Edge e)
           
 

Uses of Edge in helix.graph.util
 

Methods in helix.graph.util with parameters of type Edge
 void GraphDebugger.log(Edge e)
          print one edge