Class UnboundStatement
java.lang.Object
org.eclipse.rdf4j.federated.structures.UnboundStatement
- All Implemented Interfaces:
Serializable
,Statement
- See Also:
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGets the context of this statement.Gets the object of this statement.Gets the predicate of this statement.Gets the subject of this statement.
-
Field Details
-
subj
-
pred
-
obj
-
-
Constructor Details
-
UnboundStatement
-
-
Method Details
-
getContext
Description copied from interface:Statement
Gets the context of this statement.- Specified by:
getContext
in interfaceStatement
- Returns:
- The statement's context, or null in case of the null context or if not applicable.
-
getObject
Description copied from interface:Statement
Gets the object of this statement. -
getPredicate
Description copied from interface:Statement
Gets the predicate of this statement.- Specified by:
getPredicate
in interfaceStatement
- Returns:
- The statement's predicate.
-
getSubject
Description copied from interface:Statement
Gets the subject of this statement.- Specified by:
getSubject
in interfaceStatement
- Returns:
- The statement's subject.
-