Click or drag to resize

Triple Constructor

Overload List
  NameDescription
Public methodTriple(INode, INode, INode)
Constructs a Triple from Nodes that belong to the same Graph/Node Factory.
Public methodTriple(INode, INode, INode, Uri)
Creates a Triple and associates it with the given Graph URI permanently (though not with a specific Graph as such).
Public methodTriple(INode, INode, INode, IGraph)
Constructs a Triple from Nodes that belong to the same Graph/Node Factory and associates this Triple with the given Graph (doesn't assert the Triple).
Public methodTriple(INode, INode, INode, ITripleContext)
Constructs a Triple from Nodes that belong to the same Graph/Node Factory with some Context.
Public methodTriple(INode, INode, INode, ITripleContext, Uri)
Constructs a Triple from Nodes that belong to the same Graph/Node Factory with some Context.
Top
See Also