Package org.eclipse.rdf4j.model.base
Class AbstractValueFactory.GenericStatement
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractStatement
org.eclipse.rdf4j.model.base.AbstractValueFactory.GenericStatement
- All Implemented Interfaces:
Serializable
,Statement
- Enclosing class:
AbstractValueFactory
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionGenericStatement
(Resource subject, IRI predicate, Value object, Resource context) -
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.Methods inherited from class org.eclipse.rdf4j.model.base.AbstractStatement
equals, hashCode, toString
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
subject
-
predicate
-
object
-
context
-
-
Constructor Details
-
GenericStatement
-
-
Method Details
-
getSubject
Description copied from interface:Statement
Gets the subject of this statement.- Returns:
- The statement's subject.
-
getPredicate
Description copied from interface:Statement
Gets the predicate of this statement.- Returns:
- The statement's predicate.
-
getObject
Description copied from interface:Statement
Gets the object of this statement.- Returns:
- The statement's object.
-
getContext
Description copied from interface:Statement
Gets the context of this statement.- Returns:
- The statement's context, or null in case of the null context or if not applicable.
-