Uses of Class
jcommon.graph.ObjectGraph

Packages that use ObjectGraph
jcommon.graph Contains the standard API for interfacing with the jcommon-graph library. 
 

Uses of ObjectGraph in jcommon.graph
 

Subclasses of ObjectGraph in jcommon.graph
 class NumberGraph<TNumber extends Number>
          Factory and implementation of a dependency graph that can topologically sort vertices that are Numbers.
 class StringGraph
          Factory and implementation of a dependency graph that can topologically sort vertices that are Strings.
 

Methods in jcommon.graph that return ObjectGraph
 ObjectGraph<TValue,TProcessedValue> ObjectGraph.addEdge(TValue from, TValue to)
           
 ObjectGraph<TValue,TProcessedValue> ObjectGraph.addVertex(TValue vertex)
           
static
<TValue,TProcessedValue>
ObjectGraph<TValue,TProcessedValue>
ObjectGraph.buildFromObjects(TValue... vertices)
           
 ObjectGraph<TValue,TProcessedValue> ObjectGraph.copyAsObjectGraph()
           
static
<TValue,TProcessedValue>
ObjectGraph<TValue,TProcessedValue>
ObjectGraph.createForObjects()
           
 ObjectGraph<TValue,TProcessedValue> ObjectGraph.removeEdge(TValue from, TValue to)
           
 ObjectGraph<TValue,TProcessedValue> ObjectGraph.removeVertex(TValue vertex)
           
 



Copyright © 2012-2013. All Rights Reserved.