| Name | Description |
---|
 | LGSPNamedGraph(LGSPGraph) |
Copy and extend constructor, creates a named graph from a normal graph.
Initializes the name maps with anonymous names in the form "$" + GetNextName()
|
 | LGSPNamedGraph(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()
|
 | LGSPNamedGraph(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
|
 | LGSPNamedGraph(LGSPNamedGraph, String) |
Copy constructor.
|
 | LGSPNamedGraph(IGraphModel, IGlobalVariables, Int32) |
Constructs an LGSPNamedGraph object with the given model and capacity, and an automatically generated name.
|
 | LGSPNamedGraph(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
|
 | LGSPNamedGraph(LGSPNamedGraph, String, IDictionaryIGraphElement, IGraphElement) |
Copy constructor.
|
 | LGSPNamedGraph(IGraphModel, IGlobalVariables, String, Int32) |
Constructs an LGSPNamedGraph object with the given model, name, and capacity.
|