| 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)
|