Root of class hierarchy for optimized implementation of graph components.
The optimizations reduce the space taken up by graph components:
Counter implemented as byte
No underlying object reference.
Objects in the optimized hierarchy implement the Serializable interface.
author: Justin Deoliveira, Refractions Research Inc, jdeolive@refractions.net See Also:Graphable
Constructor Summary
public
OptGraphable() Constructs a new optimized graphable object.