Package org.eclipse.rdf4j.model.base
Class AbstractTriple.GenericTriple
java.lang.Object
org.eclipse.rdf4j.model.base.AbstractTriple
org.eclipse.rdf4j.model.base.AbstractTriple.GenericTriple
- All Implemented Interfaces:
Serializable
,Resource
,Triple
,Value
- Enclosing class:
AbstractTriple
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.rdf4j.model.base.AbstractTriple
AbstractTriple.GenericTriple
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the object of this triple.Gets the predicate of this triple.Gets the subject of this triple.Methods inherited from class org.eclipse.rdf4j.model.base.AbstractTriple
equals, hashCode, stringValue, toString
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface org.eclipse.rdf4j.model.Resource
isResource
-
Field Details
-
serialVersionUID
private static final long serialVersionUID- See Also:
-
subject
-
predicate
-
object
-
-
Constructor Details
-
GenericTriple
-
-
Method Details
-
getSubject
Description copied from interface:Triple
Gets the subject of this triple.- Returns:
- The triple's subject.
-
getPredicate
Description copied from interface:Triple
Gets the predicate of this triple.- Returns:
- The triple's predicate.
-
getObject
Description copied from interface:Triple
Gets the object of this triple.- Returns:
- The triple's object.
-