Click or drag to resize

LGSPNamedGraph Constructor

Overload List
 NameDescription
Public methodLGSPNamedGraph(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 methodLGSPNamedGraph(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 methodLGSPNamedGraph(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 methodLGSPNamedGraph(LGSPNamedGraph, String) Copy constructor.
Public methodLGSPNamedGraph(IGraphModel, IGlobalVariables, Int32) Constructs an LGSPNamedGraph object with the given model and capacity, and an automatically generated name.
Public methodLGSPNamedGraph(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 methodLGSPNamedGraph(LGSPNamedGraph, String, IDictionaryIGraphElement, IGraphElement) Copy constructor.
Public methodLGSPNamedGraph(IGraphModel, IGlobalVariables, String, Int32) Constructs an LGSPNamedGraph object with the given model, name, and capacity.
Top
See Also