| Package | Description |
|---|---|
| org.jruby.ir.util |
| Modifier and Type | Method and Description |
|---|---|
Vertex<T> |
DirectedGraph.findVertexFor(T data) |
Vertex<T> |
Edge.getDestination() |
Vertex<T> |
Edge.getSource() |
Vertex<T> |
DirectedGraph.vertexFor(T data) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Vertex<T>> |
DirectedGraph.vertices() |
| Modifier and Type | Method and Description |
|---|---|
void |
Vertex.addEdgeTo(Vertex destination) |
void |
Vertex.addEdgeTo(Vertex destination,
Object type) |
int |
Vertex.compareTo(Vertex<T> that) |
boolean |
Vertex.removeEdgeTo(Vertex destination) |
| Constructor and Description |
|---|
Edge(Vertex<T> source,
Vertex<T> destination,
Object type) |
Edge(Vertex<T> source,
Vertex<T> destination,
Object type) |
Copyright © 2001–2024 JRuby. All rights reserved.