Package helix.graph.model

Interface Summary
Edge  
Graph  
GraphElement a graph element : Vertex or Edge
GraphFactory  
GSet<E extends GraphElement>  
GSetFactory<E extends GraphElement>  
Registry A Registry keeps pairs of (key, value) key : String value : RegistryValue
RegistryValue A RegistryValue object represents something that can be stored in a Registry.
Vertex a graph vertex
 

Class Summary
EdgeToVertexIterable  
EdgeToVertexIterator  
 

Exception Summary
DuplicateEdgeException  
DuplicateValueException  
GraphException  
IllegalValueException  
NoSuchVertexException  
RegistryException  
SameVertexException