te::graph::Globals Class Reference

An static class with global definitions for the TerraLib Graph Module. More...

#include <Globals.h>

Inheritance diagram for te::graph::Globals:
te::common::Static

Static Public Attributes

static const int sm_boxLoaderStrategyDefaultSize
 This definition is used to set the default box strategy loader box size. More...
 
static const std::string sm_cachePolicyFactoryDefaultObject
 This definition is used to set the default cache policy. More...
 
static const std::string sm_edgeStorageMode
 This definition is used to set the edge storage mode. More...
 
static const std::string sm_factoryCachePolicyTypeFIFO
 FIFO Cache Policy Factory Name. More...
 
static const std::string sm_factoryCachePolicyTypeLFU
 LFU Cache Policy Factory Name. More...
 
static const std::string sm_factoryGraphTypeBidirectionalGraph
 Bidirectional Graph Factory Name. More...
 
static const std::string sm_factoryGraphTypeDirectedGraph
 Directed Graph Factory Name. More...
 
static const std::string sm_factoryGraphTypeGraph
 Graph Factory Name. More...
 
static const std::string sm_factoryGraphTypeUndirectedGraph
 Undirected Graph Factory Name. More...
 
static const std::string sm_factoryLoaderStrategyTypeBox
 Box Loader Strategy Factory Name. More...
 
static const std::string sm_factoryLoaderStrategyTypeSequence
 Sequence Loader Strategy Factory Name. More...
 
static const int sm_graphCacheDefaultMaxSize
 This definition is used to set the max graph cache size. More...
 
static const std::string sm_graphFactoryDefaultObject
 This definition is used to set the default graph type. More...
 
static const int sm_graphVecCacheDefaultMaxSize
 This definition is used to set the max graph cache vector size. More...
 
static const std::string sm_loaderStrategyFactoryDefaultObject
 This definition is used to set the default graph loader strategy. More...
 
static const std::string sm_moduleIdentifier
 The GRAPH module identifier. More...
 
static const std::string sm_tableAttributeAttrColumn
 Attribute Column. More...
 
static const std::string sm_tableAttributeAttrGraphId
 Attribute Graph Id. More...
 
static const std::string sm_tableAttributeAttrId
 Attribute Id. More...
 
static const std::string sm_tableAttributeAttrLink
 Attribute Link. More...
 
static const std::string sm_tableAttributeAttrTable
 Attribute Table. More...
 
static const std::string sm_tableAttributeAttrType
 Attribute Type. More...
 
static const std::string sm_tableAttributeName
 Database Model Table Attribute Name. More...
 
static const std::string sm_tableEdgeAttributeModelSufixName
 Database Model Edge Attribute Model Table Name. More...
 
static const std::string sm_tableEdgeModelAttrId
 Attribute Id. More...
 
static const std::string sm_tableEdgeModelAttrVFrom
 Attribute Vertex From. More...
 
static const std::string sm_tableEdgeModelAttrVTo
 Attribute Vertex To. More...
 
static const std::string sm_tableEdgeModelSufixName
 Database Model Edge Model Table Name. More...
 
static const std::string sm_tableGraphAttrDesc
 Attribute Description. More...
 
static const std::string sm_tableGraphAttrId
 Attribute Id. More...
 
static const std::string sm_tableGraphAttrName
 Attribute Name. More...
 
static const std::string sm_tableGraphAttrTableName
 Attribute Table Name. More...
 
static const std::string sm_tableGraphAttrType
 Attribute Type. More...
 
static const std::string sm_tableGraphName
 Database Model Table Graph Name. More...
 
static const std::string sm_tableVertexAttributeModelSufixName
 Database Model Vertex Attribute Model Table Name. More...
 
static const std::string sm_tableVertexModelAttrId
 Attribute id. More...
 
static const std::string sm_tableVertexModelSufixName
 Database Model Vertex Model Table Name. More...
 
static const std::string sm_vertexStorageMode
 This definition is used to set the vertex storage mode. More...
 

Detailed Description

An static class with global definitions for the TerraLib Graph Module.

Definition at line 45 of file Globals.h.

Member Data Documentation

const int te::graph::Globals::sm_boxLoaderStrategyDefaultSize
static

This definition is used to set the default box strategy loader box size.

Definition at line 69 of file Globals.h.

const std::string te::graph::Globals::sm_cachePolicyFactoryDefaultObject
static

This definition is used to set the default cache policy.

Definition at line 64 of file Globals.h.

const std::string te::graph::Globals::sm_edgeStorageMode
static

This definition is used to set the edge storage mode.

Definition at line 72 of file Globals.h.

const std::string te::graph::Globals::sm_factoryCachePolicyTypeFIFO
static

FIFO Cache Policy Factory Name.

Definition at line 57 of file Globals.h.

const std::string te::graph::Globals::sm_factoryCachePolicyTypeLFU
static

LFU Cache Policy Factory Name.

Definition at line 58 of file Globals.h.

const std::string te::graph::Globals::sm_factoryGraphTypeBidirectionalGraph
static

Bidirectional Graph Factory Name.

Definition at line 53 of file Globals.h.

const std::string te::graph::Globals::sm_factoryGraphTypeDirectedGraph
static

Directed Graph Factory Name.

Definition at line 54 of file Globals.h.

const std::string te::graph::Globals::sm_factoryGraphTypeGraph
static

Graph Factory Name.

Definition at line 52 of file Globals.h.

const std::string te::graph::Globals::sm_factoryGraphTypeUndirectedGraph
static

Undirected Graph Factory Name.

Definition at line 55 of file Globals.h.

const std::string te::graph::Globals::sm_factoryLoaderStrategyTypeBox
static

Box Loader Strategy Factory Name.

Definition at line 60 of file Globals.h.

const std::string te::graph::Globals::sm_factoryLoaderStrategyTypeSequence
static

Sequence Loader Strategy Factory Name.

Definition at line 61 of file Globals.h.

const int te::graph::Globals::sm_graphCacheDefaultMaxSize
static

This definition is used to set the max graph cache size.

Definition at line 67 of file Globals.h.

const std::string te::graph::Globals::sm_graphFactoryDefaultObject
static

This definition is used to set the default graph type.

Definition at line 63 of file Globals.h.

const int te::graph::Globals::sm_graphVecCacheDefaultMaxSize
static

This definition is used to set the max graph cache vector size.

Definition at line 68 of file Globals.h.

const std::string te::graph::Globals::sm_loaderStrategyFactoryDefaultObject
static

This definition is used to set the default graph loader strategy.

Definition at line 65 of file Globals.h.

const std::string te::graph::Globals::sm_moduleIdentifier
static

The GRAPH module identifier.

Definition at line 49 of file Globals.h.

const std::string te::graph::Globals::sm_tableAttributeAttrColumn
static

Attribute Column.

Definition at line 85 of file Globals.h.

const std::string te::graph::Globals::sm_tableAttributeAttrGraphId
static

Attribute Graph Id.

Definition at line 83 of file Globals.h.

const std::string te::graph::Globals::sm_tableAttributeAttrId
static

Attribute Id.

Definition at line 82 of file Globals.h.

const std::string te::graph::Globals::sm_tableAttributeAttrLink
static

Attribute Link.

Definition at line 86 of file Globals.h.

const std::string te::graph::Globals::sm_tableAttributeAttrTable
static

Attribute Table.

Definition at line 84 of file Globals.h.

const std::string te::graph::Globals::sm_tableAttributeAttrType
static

Attribute Type.

Definition at line 87 of file Globals.h.

const std::string te::graph::Globals::sm_tableAttributeName
static

Database Model Table Attribute Name.

Definition at line 81 of file Globals.h.

const std::string te::graph::Globals::sm_tableEdgeAttributeModelSufixName
static

Database Model Edge Attribute Model Table Name.

Definition at line 90 of file Globals.h.

const std::string te::graph::Globals::sm_tableEdgeModelAttrId
static

Attribute Id.

Definition at line 91 of file Globals.h.

const std::string te::graph::Globals::sm_tableEdgeModelAttrVFrom
static

Attribute Vertex From.

Definition at line 92 of file Globals.h.

const std::string te::graph::Globals::sm_tableEdgeModelAttrVTo
static

Attribute Vertex To.

Definition at line 93 of file Globals.h.

const std::string te::graph::Globals::sm_tableEdgeModelSufixName
static

Database Model Edge Model Table Name.

Definition at line 89 of file Globals.h.

const std::string te::graph::Globals::sm_tableGraphAttrDesc
static

Attribute Description.

Definition at line 79 of file Globals.h.

const std::string te::graph::Globals::sm_tableGraphAttrId
static

Attribute Id.

Definition at line 75 of file Globals.h.

const std::string te::graph::Globals::sm_tableGraphAttrName
static

Attribute Name.

Definition at line 76 of file Globals.h.

const std::string te::graph::Globals::sm_tableGraphAttrTableName
static

Attribute Table Name.

Definition at line 78 of file Globals.h.

const std::string te::graph::Globals::sm_tableGraphAttrType
static

Attribute Type.

Definition at line 77 of file Globals.h.

const std::string te::graph::Globals::sm_tableGraphName
static

Database Model Table Graph Name.

Definition at line 74 of file Globals.h.

const std::string te::graph::Globals::sm_tableVertexAttributeModelSufixName
static

Database Model Vertex Attribute Model Table Name.

Definition at line 96 of file Globals.h.

const std::string te::graph::Globals::sm_tableVertexModelAttrId
static

Attribute id.

Definition at line 97 of file Globals.h.

const std::string te::graph::Globals::sm_tableVertexModelSufixName
static

Database Model Vertex Model Table Name.

Definition at line 95 of file Globals.h.

const std::string te::graph::Globals::sm_vertexStorageMode
static

This definition is used to set the vertex storage mode.

Definition at line 71 of file Globals.h.


The documentation for this class was generated from the following file: