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

E13403-04

Uses of Class
javax.ide.util.Graph

Packages that use Graph
javax.ide.util This package contains utility classes. 
 

Uses of Graph in javax.ide.util
 

Methods in javax.ide.util that return Graph
 Graph<T> Graph.subgraph(java.util.Collection<T> vertices)
          Returns a new graph containing only the specified vertices.
static
<Z> Graph<Z>
Graph.unmodifiableGraph(Graph<? extends Z> graph)
          Returns a graph based on the specified graph, but which does not permit modification.
 

Methods in javax.ide.util with parameters of type Graph
static
<Z> Graph<Z>
Graph.unmodifiableGraph(Graph<? extends Z> graph)
          Returns a graph based on the specified graph, but which does not permit modification.
 

Constructors in javax.ide.util with parameters of type Graph
Graph(Graph<T> original)
          Copy constructor.
 


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

E13403-04

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