QuadNoSubjectInterface
in
Interface used to allow adding quads without subject to a DatasetNode
Tags
Table of Contents
Methods
- getGraph() : NamedNodeInterface|BlankNodeInterface|DefaultGraphInterface
- Null is not allowed to deal with the ambiguity between DefaultGraph and null which mean the same (although it should be noted that all quads in NamedNode/BlankNode graphs also belong to the DefaultGraph).
- getObject() : TermInterface
- getPredicate() : NamedNodeInterface
Methods
getGraph()
Null is not allowed to deal with the ambiguity between DefaultGraph and null which mean the same (although it should be noted that all quads in NamedNode/BlankNode graphs also belong to the DefaultGraph).
public
getGraph() : NamedNodeInterface|BlankNodeInterface|DefaultGraphInterface
Return values
NamedNodeInterface|BlankNodeInterface|DefaultGraphInterfacegetObject()
public
getObject() : TermInterface
Return values
TermInterfacegetPredicate()
public
getPredicate() : NamedNodeInterface