Click or drag to resize

LGSPPersistentNamedGraph Constructor

Overload List
  NameDescription
Public methodLGSPPersistentNamedGraph(LGSPGraph)
Copy and extend constructor, creates a named graph from a normal graph. Initializes the name maps with anonymous names in the form "$" + GetNextName()
Public methodLGSPPersistentNamedGraph(LGSPGraph, IDictionaryIGraphElement, IGraphElement)
Copy and extend constructor, creates a named graph from a normal graph. Initializes the name maps with anonymous names in the form "$" + GetNextName()
Public methodLGSPPersistentNamedGraph(LGSPGraph, String)
Copy and extend constructor, creates a named graph from a normal graph. Initializes the name maps with the names provided in a given attribute each graph element must have
Public methodLGSPPersistentNamedGraph(LGSPPersistentNamedGraph, String)
Copy constructor.
Public methodLGSPPersistentNamedGraph(LGSPGraph, String, IDictionaryIGraphElement, IGraphElement)
Copy and extend constructor, creates a named graph from a normal graph. Initializes the name maps with the names provided in a given attribute each graph element must have
Public methodLGSPPersistentNamedGraph(LGSPPersistentNamedGraph, String, IDictionaryIGraphElement, IGraphElement)
Copy constructor.
Public methodLGSPPersistentNamedGraph(IGraphModel, IGlobalVariables, Int32, String, String, String)
Constructs an LGSPPersistentNamedGraph object with the given model and capacity, and an automatically generated name.
Public methodLGSPPersistentNamedGraph(IGraphModel, IGlobalVariables, String, Int32, String, String, String)
Constructs an LGSPPersistentNamedGraph object with the given model, name, and capacity.
Top
See Also