Package org.molwind.graph

Interface Summary
EntityEdge EntityEdge represents relationships of entities.
EntityGraph EntityGraph stores graphs of entities (= vertices) and relationships (= edges) among those.
EntityGraphAnalyzer EntityGraphAnalyzer implementations perform operations on an entity graph.
EntityVertex EntityVertex represents a vertex of an EntityGraph.
 

Class Summary
DefaultEntityEdge DefaultEntityEdge represents an edge in the entity graph.
DefaultEntityGraph DefaultEntityGraph implements an EntityGraph using the JUNG graph lib.
DefaultEntityVertex DefaultEntityVertex represents the default vertex of a DefaultEntityGraph object.
 



Copyright © 2008-2010. All Rights Reserved.