
public abstract class AbstractStatement extends Object implements Statement
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractStatement.AbstractContextNodeStatement |
static class |
AbstractStatement.AbstractLiteralStatement |
static class |
AbstractStatement.AbstractRelationStatement |
Statement.ContextNodeStatement, Statement.LiteralStatement, Statement.RelationStatement| Constructor and Description |
|---|
AbstractStatement() |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Statement other) |
void |
delete()
Delete the statement.
|
boolean |
equals(Object object) |
Graph |
getGraph()
Returns the graph that contains this statement.
|
XDIStatement |
getXDIStatement()
Expresses the statement as an XDI statement in the form subject/predicate/object
|
int |
hashCode() |
boolean |
isImplied()
Checks if this statement is implied by other statements in the graph.
|
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetObject, getPredicate, getSubjectpublic Graph getGraph()
Statementpublic boolean isImplied()
Statementpublic void delete()
Statementpublic XDIStatement getXDIStatement()
StatementgetXDIStatement in interface Statementpublic int compareTo(Statement other)
compareTo in interface Comparable<Statement>Copyright © 2017. All rights reserved.