jcommon.graph
Interface IVertex<TValue>

All Known Implementing Classes:
ObjectVertex

public interface IVertex<TValue>

Marker interface that designates an object as something that can be reasoned about in an IGraph instance.


Method Summary
 TValue get()
          Returns the value associated with this IVertex.
 TValue getValue()
          Returns the value associated with this IVertex.
 

Method Detail

get

TValue get()
Returns the value associated with this IVertex.

Returns:
The instance associated with this IVertex.

getValue

TValue getValue()
Returns the value associated with this IVertex. Alias for get().

Returns:
The instance associated with this IVertex.


Copyright © 2012-2013. All Rights Reserved.