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, setContexts
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
execute
protected 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 ContextOperation
public int hashCode()
hashCode
in class ContextOperation
Copyright © 2001-2016 Aduna. All Rights Reserved.