|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface BigdataStatement
Also reports whether the statement is explicit, inferred or an axiom.
| Field Summary |
|---|
| Fields inherited from interface com.bigdata.rdf.spo.ISPO |
|---|
NULL |
| Method Summary | |
|---|---|
BigdataResource |
getContext()
Specialized return type. |
BigdataValue |
getObject()
Specialized return type. |
BigdataURI |
getPredicate()
Specialized return type. |
BigdataResource |
getSubject()
Specialized return type. |
boolean |
isAxiom()
true if the statement is an axiom that is not present as
an explicit assertion. |
boolean |
isExplicit()
true if the statement is an explicit assertion. |
boolean |
isInferred()
true if the statement is an inference that is not present
as an explicit assertion or an axiom. |
| Methods inherited from interface org.openrdf.model.Statement |
|---|
equals, hashCode |
| Methods inherited from interface com.bigdata.rdf.spo.ISPO |
|---|
c, get, getStatementIdentifier, getStatementType, hasStatementIdentifier, hasStatementType, isFullyBound, isOverride, o, p, s, serializeValue, setOverride, setStatementIdentifier, setStatementType, toString |
| Method Detail |
|---|
BigdataResource getSubject()
getSubject in interface StatementBigdataURI getPredicate()
getPredicate in interface StatementBigdataValue getObject()
getObject in interface StatementBigdataResource getContext()
getContext in interface Statementboolean isAxiom()
true if the statement is an axiom that is not present as
an explicit assertion.
isAxiom in interface ISPOboolean isInferred()
true if the statement is an inference that is not present
as an explicit assertion or an axiom.
isInferred in interface ISPOboolean isExplicit()
true if the statement is an explicit assertion.
isExplicit in interface ISPO
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||