public interface Triple
| Modifier and Type | Method and Description |
|---|---|
String |
getLiteralType() |
OREResource |
getObject() |
String |
getObjectLiteral() |
URI |
getObjectURI() |
Predicate |
getPredicate() |
OREResource |
getSubject() |
URI |
getSubjectURI() |
void |
initialise(OREResource subject) |
void |
initialise(URI uri) |
boolean |
isLiteral() |
void |
relate(Predicate pred,
Object literal) |
void |
relate(Predicate pred,
OREResource resource) |
void |
relate(Predicate pred,
URI uri) |
void initialise(URI uri) throws OREException
OREExceptionvoid initialise(OREResource subject) throws OREException
OREExceptionOREResource getSubject() throws OREException
OREExceptionURI getSubjectURI() throws OREException
OREExceptionPredicate getPredicate() throws OREException
OREExceptionOREResource getObject() throws OREException
OREExceptionURI getObjectURI() throws OREException
OREExceptionString getObjectLiteral() throws OREException
OREExceptionvoid relate(Predicate pred, URI uri) throws OREException
OREExceptionvoid relate(Predicate pred, OREResource resource) throws OREException
OREExceptionvoid relate(Predicate pred, Object literal) throws OREException
OREExceptionString getLiteralType() throws OREException
OREExceptionboolean isLiteral()
throws OREException
OREExceptionCopyright © 2020. All rights reserved.