Uses of Class
jcommon.graph.ObjectVertex

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

Uses of ObjectVertex in jcommon.graph
 

Methods in jcommon.graph that return ObjectVertex
static ObjectVertex ObjectVertex.from(Object value)
           
 

Methods in jcommon.graph with parameters of type ObjectVertex
 ObjectGraph ObjectGraph.addEdge(ObjectVertex from, ObjectVertex to)
           
 ObjectGraph ObjectGraph.removeEdge(ObjectVertex from, ObjectVertex to)
           
 



Copyright © 2012-2013. All Rights Reserved.