Uses of Class
org.jruby.dirgra.Edge
-
Uses of Edge in org.jruby.dirgra
Methods in org.jruby.dirgra that return EdgeModifier and TypeMethodDescriptionDirectedGraph.getEdges()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 voidVertex.addIncomingEdge(Edge<T> newEdge) protected voidVertex.addOutgoingEdge(Edge<T> newEdge) voidDirectedGraph.removeEdge(Edge<T> edge) protected voidVertex.removeIncomingEdge(Edge<T> edge) protected voidVertex.removeOutgoingEdge(Edge<T> edge) Constructors 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)