loader Directory Reference

Files

file  AbstractGraphLoaderStrategy.h [code]
 This class define the main functions necessary to save and load the graph data and metadata information using the Graph Data and Graph Cache conceptions.
 
file  AbstractGraphLoaderStrategyFactory.h [code]
 This is the abstract factory for graph loader strategy.
 
file  BottomUpLoaderStrategy.h [code]
 This class implements the main functions necessary to save and load the graph data and metadata information using as strategy the graph path.
 
file  BoxLoaderStrategy.h [code]
 This class implements the main functions necessary to save and load the graph data and metadata information using as strategy a bounding box to create a region that defines a group of elements.
 
file  BoxLoaderStrategyFactory.h [code]
 This is the concrete factory for the database box loader strategy.
 
file  SequenceLoaderStrategy.h [code]
 This class implements the main functions necessary to save and load the graph data and metadata information using as strategy a "order by" to create a sequence of objects.
 
file  SequenceLoaderStrategyFactory.h [code]
 This is the concrete factory for the database sequency loader strategy.
 
file  TopDownLoaderStrategy.h [code]
 This class implements the main functions necessary to save and load the graph data and metadata information using as strategy the graph path.