Uses of Class
org.jruby.dirgra.Edge
-
Uses of Edge in org.jruby.dirgra
Fields in org.jruby.dirgra declared as EdgeModifier and TypeFieldDescriptionDataIterable.edges
DataIterator.edges
DirectedGraph.edges
EdgeTypeIterable.edges
EdgeTypeIterator.edges
private static final Edge[]
Vertex.EMPTY_EDGE_LIST
Vertex.incoming
private Edge
DataIterator.nextEdge
private Edge
EdgeTypeIterator.nextEdge
Vertex.outgoing
Methods in org.jruby.dirgra that return EdgeModifier and TypeMethodDescriptionDirectedGraph.getEdges()
Vertex.getFirstEdge
(Iterator<Edge<T>> iterator) Vertex.getIncomingEdge()
Vertex.getIncomingEdgeOfType
(Object type) Vertex.getOutgoingEdge()
Vertex.getOutgoingEdgeOfType
(Object type) EdgeTypeIterator.next()
Methods in org.jruby.dirgra that return types with arguments of type EdgeModifier and TypeMethodDescriptionCollection
<Edge<T>> DirectedGraph.edges()
DirectedGraph.edgesOfType
(Object type) Collection
<Edge<T>> Vertex.getIncomingEdges()
Vertex.getIncomingEdgesNotOfType
(Object type) Vertex.getIncomingEdgesOfType
(Object type) Collection
<Edge<T>> Vertex.getOutgoingEdges()
Vertex.getOutgoingEdgesNotOfType
(Object type) Vertex.getOutgoingEdgesOfType
(Object type) EdgeTypeIterable.iterator()
Methods in org.jruby.dirgra with parameters of type EdgeModifier and TypeMethodDescriptionprotected void
Vertex.addIncomingEdge
(Edge<T> newEdge) protected void
Vertex.addOutgoingEdge
(Edge<T> newEdge) int
int
void
DirectedGraph.removeEdge
(Edge<T> edge) protected void
Vertex.removeIncomingEdge
(Edge<T> edge) protected void
Vertex.removeOutgoingEdge
(Edge<T> edge) Method parameters in org.jruby.dirgra with type arguments of type EdgeConstructors in org.jruby.dirgra with parameters of type EdgeModifierConstructorDescriptionDataIterable
(Edge<T>[] edges, int edgesLength, Object type, boolean source, boolean negate) DataIterator
(Edge<T>[] edges, int edgesLength, Object type, boolean source, boolean negate) EdgeTypeIterable
(Edge<T>[] edges, int edgesLength, Object type) EdgeTypeIterable
(Edge<T>[] edges, int edgesLength, Object type, boolean negate) EdgeTypeIterator
(Edge<T>[] edges, int edgesLength, Object type, boolean negate)