org.openrdf.http.protocol.transaction.operations
Class ContextOperation
java.lang.Object
org.openrdf.http.protocol.transaction.operations.ContextOperation
- All Implemented Interfaces:
- TransactionOperation
- Direct Known Subclasses:
- ClearOperation, StatementOperation
public abstract class ContextOperation
- extends java.lang.Object
- implements TransactionOperation
A TransactionOperation that operates on a specific (set of) contexts.
- Author:
- Arjohn Kampman, Leo Sauermann
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
contexts
protected Resource[] contexts
ContextOperation
protected ContextOperation(Resource... contexts)
getContexts
public Resource[] getContexts()
setContexts
public void setContexts(Resource... contexts)
equals
public boolean equals(java.lang.Object other)
- Overrides:
equals in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode in class java.lang.Object
Copyright © 2001-2010 Aduna. All Rights Reserved.