Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Extension SDK
11g Release 2 (11.1.2.3.0)

E17493-04


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
11g Release 2 (11.1.2.3.0)

E17493-04


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