Uses of Class
org.jruby.dirgra.Edge
-
Uses of Edge in org.jruby.dirgra
Classes in org.jruby.dirgra that implement interfaces with type arguments of type EdgeModifier and TypeClassDescriptionclassEdgeTypeIterable<T extends ExplicitVertexID, U>classEdgeTypeIterator<T extends ExplicitVertexID, U>Methods in org.jruby.dirgra that return EdgeModifier and TypeMethodDescriptionDirectedGraph.getEdges()Vertex.getIncomingEdge()Vertex.getIncomingEdgeOfType(U type) Vertex.getOutgoingEdge()Vertex.getOutgoingEdgeOfType(U type) EdgeTypeIterator.next()Methods in org.jruby.dirgra that return types with arguments of type EdgeModifier and TypeMethodDescriptionCollection<Edge<T, U>> DirectedGraph.edges()DirectedGraph.edgesOfType(U type) Collection<Edge<T, U>> Vertex.getIncomingEdges()Vertex.getIncomingEdgesNotOfType(U type) Vertex.getIncomingEdgesOfType(U type) Collection<Edge<T, U>> Vertex.getOutgoingEdges()Vertex.getOutgoingEdgesNotOfType(U type) Vertex.getOutgoingEdgesOfType(U type) EdgeTypeIterable.iterator()Methods in org.jruby.dirgra with parameters of type EdgeModifier and TypeMethodDescriptionprotected voidVertex.addIncomingEdge(Edge<T, U> newEdge) protected voidVertex.addOutgoingEdge(Edge<T, U> newEdge) voidDirectedGraph.removeEdge(Edge<T, U> edge) protected voidVertex.removeIncomingEdge(Edge<T, U> edge) protected voidVertex.removeOutgoingEdge(Edge<T, U> edge) Constructors in org.jruby.dirgra with parameters of type EdgeModifierConstructorDescriptionDataIterable(Edge<T, U>[] edges, int edgesLength, Object type, boolean source, boolean negate) DataIterator(Edge<T, U>[] edges, int edgesLength, Object type, boolean source, boolean negate) EdgeTypeIterable(Edge<T, U>[] edges, int edgesLength, U type) EdgeTypeIterable(Edge<T, U>[] edges, int edgesLength, U type, boolean negate) EdgeTypeIterator(Edge<T, U>[] edges, int edgesLength, Object type, boolean negate)