Click or drag to resize

Graph Constructor

Overload List
  NameDescription
Public methodGraph
Creates a new instance of a Graph.
Public methodGraph(Boolean)
Creates a new instance of a Graph with an optionally empty Namespace Map.
Public methodGraph(BaseTripleCollection)
Creates a new instance of a Graph using the given Triple Collection.
Protected methodGraph(SerializationInfo, StreamingContext)
Deserialization Constructor.
Public methodGraph(BaseTripleCollection, Boolean)
Creates a new instance of a Graph using the given Triple Collection and an optionally empty Namespace Map.
Top
See Also