Java org.apache.commons.rdf.api Triple fields, constructors, methods, implement or subclass

Example usage for Java org.apache.commons.rdf.api Triple fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.commons.rdf.api Triple.

The text is from its open source code.

Implementation

org.apache.commons.rdf.api.Triple has the following implementations.
Click this link to see all its implementation.

Method

booleanequals(Object other)
Check it this Triple is equal to another Triple.
RDFTermgetObject()
The object of this triple, which may be either a BlankNode , an IRI , or a Literal , which are represented in Commons RDF by the interface RDFTerm .
IRIgetPredicate()
The predicate IRI of this triple.
BlankNodeOrIRIgetSubject()
The subject of this triple, which may be either a BlankNode or an IRI , which are represented in Commons RDF by the interface BlankNodeOrIRI .