Click or drag to resize

LGSPPersistentNamedGraph Properties

The LGSPPersistentNamedGraph type exposes the following members.

Properties
  NameDescription
Public propertyChangesCounter
Returns a counter of the number of changes that occured since the graph was created. If it's different since last time you visited, the graph has changed (but it may be back again in the original state). Only graph structure changes are counted, attribute changes are not included.
(Inherited from LGSPGraph.)
Public propertyCustomCommandsAndDescriptions
The graph-backend dependent commands that are available, and a description of each command.
(Inherited from LGSPGraph.)
Public propertyEdges (Inherited from BaseGraph.)
Public propertyGlobalVariables
The global variables of the graph rewrite system; convenience access to save parameter passing.
(Inherited from LGSPGraph.)
Public propertyGraphId (Inherited from LGSPGraph.)
Public propertyIndices
The indices associated with the graph.
(Inherited from LGSPGraph.)
Public propertyModel
The model associated with the graph.
(Inherited from LGSPGraph.)
Public propertyName
A name associated with the graph.
(Inherited from LGSPGraph.)
Public propertyNodes (Inherited from BaseGraph.)
Public propertyNumEdges (Inherited from BaseGraph.)
Public propertyNumNodes (Inherited from BaseGraph.)
Public propertyPersistenceProviderStatistics
Public propertyPersistenceProviderTransactionManager
Public propertyReuseOptimization (Overrides LGSPGraphReuseOptimization.)
Public propertyUniquenessHandler
The uniqueness handler associated with the graph.
(Inherited from LGSPGraph.)
Top
See Also