Package helix.graph.model.impl

Class Summary
AbstractGraph  
AbstractGSetFactory<E extends GraphElement>  
AbstractRegistry  
AbstractRegistryValue an abstract implmentation of Registrable, providing basic mechanisms.
DelegateRegistry  
ImmutableRegistryValue an AbstractRegistrable for Immutable objects
RBoolean  
RColorSet Implements set of colors to store into Registry
RFloat  
RInteger  
RObject a memory implementation of a RegistryValue to hold any Object !! please use scarcely !!! note: this can be used for weak references too
RString  
RVertex a memory implementation of a RegistryValue to hold a single Vertex
RVertexArray a memory implementation of RegistryValue for arrays (fixed size tuples) of Vertices
RVertexList a memory implementation of RegistryValue for lists of Vertices
RVertexSet a memory implementation of RegistryValue for set of Vertices
RVoid a RegistryValue containing nothing (mostly used for flags)
TestRegistryValue