public abstract class StatementOperation extends ContextOperation
contexts| Modifier | Constructor and Description |
|---|---|
protected |
StatementOperation(Resource... contexts) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object other) |
Value |
getObject() |
URI |
getPredicate() |
Resource |
getSubject() |
int |
hashCode() |
void |
setObject(Value object) |
void |
setPredicate(URI predicate) |
void |
setSubject(Resource subject) |
getContexts, setContextsclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitexecuteprotected StatementOperation(Resource... contexts)
public Resource getSubject()
public void setSubject(Resource subject)
public URI getPredicate()
public void setPredicate(URI predicate)
public Value getObject()
public void setObject(Value object)
public boolean equals(Object other)
equals in class ContextOperationpublic int hashCode()
hashCode in class ContextOperationCopyright © 2001-2016 Aduna. All Rights Reserved.