Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Uses of Class
javax.ide.util.Graph.CycleException

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.

 


Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK Reference
11g Release 1 (11.1.1.5.0)

E13403-06


Copyright © 1997, 2011, Oracle. All rights reserved.