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>classEdgeTypeIterator<T extends ExplicitVertexID>(package private) class(package private) classFields in org.jruby.dirgra declared as EdgeModifier and TypeFieldDescriptionDataIterable.edgesDataIterator.edgesDirectedGraph.edgesEdgeTypeIterable.edgesEdgeTypeIterator.edgesprivate static final Edge[]Vertex.EMPTY_EDGE_LISTVertex.incomingprivate EdgeDataIterator.nextEdgeprivate EdgeEdgeTypeIterator.nextEdgeVertex.outgoingMethods 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 voidVertex.addIncomingEdge(Edge<T> newEdge) protected voidVertex.addOutgoingEdge(Edge<T> newEdge) intintvoidDirectedGraph.removeEdge(Edge<T> edge) protected voidVertex.removeIncomingEdge(Edge<T> edge) protected voidVertex.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)