Files | |
AbstractGraphLoaderStrategy.h | |
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. | |
AbstractGraphLoaderStrategyFactory.h | |
This is the abstract factory for graph loader strategy. | |
BottomUpLoaderStrategy.h | |
This class implements the main functions necessary to save and load the graph data and metadata information using as strategy the graph path. | |
BoxLoaderStrategy.h | |
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. | |
BoxLoaderStrategyFactory.h | |
This is the concrete factory for the database box loader strategy. | |
SequenceLoaderStrategy.h | |
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. | |
SequenceLoaderStrategyFactory.h | |
This is the concrete factory for the database sequency loader strategy. | |
TopDownLoaderStrategy.h | |
This class implements the main functions necessary to save and load the graph data and metadata information using as strategy the graph path. | |