|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Graph.CycleException | |
|---|---|
| javax.ide.util | This package contains utility classes. |
| Uses of Graph.CycleException in javax.ide.util |
|---|
| Methods in javax.ide.util that throw Graph.CycleException | |
|---|---|
java.util.Comparator<T> |
Graph.createComparator()Creates a comparator that can be used to compare any two items in the graph based on their sorted order (i.e. |
java.util.List<T> |
Graph.getSortedVertices()Get an ordered list of vertices, sorted such that for any given vertex A with a directed edge to vertex B, index(B) < index(A). |
java.util.List<T> |
Graph.getSortedVertices(T startVertex)Get an ordered list of vertices, sorted such that for any given vertex A with a directed edge to vertex B, index(B) < index(A). |
java.util.List<T> |
Graph.getVerticesConnectedTo(T vertex)Get all vertices connected to the specified vertex. |
|
Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference 11g Release 1 (11.1.1.9.0) E52944-01 |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||