Click or drag to resize

TriplePatternObjectPartObject Method

Overload List
  NameDescription
Public methodObject(String)
Sets a SPARQL variable as Object.
Public methodObjectTNode(String)
Depending on the generic parameter type, sets a literal, a QName or a blank node as Object.
Public methodObject(Uri)
Sets a Uri as Object.
Public methodObject(INode)
Depending on the objectNode's type, sets a literal, a QName or a blank node as Object.
Public methodObject(PatternItem)
Sets a PatternItem as Object.
Public methodObject(SparqlVariable)
Sets a SPARQL variable as Object.
Top
See Also