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() |
IRI |
getPredicate() |
Resource |
getSubject() |
int |
hashCode() |
void |
setObject(Value object) |
void |
setPredicate(IRI 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 IRI getPredicate()
public void setPredicate(IRI 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 © 2015-2020 Eclipse Foundation. All Rights Reserved.