org.joseki.server.processors
Class RemoveProcessor
java.lang.Object
org.joseki.server.processors.ProcessorCom
org.joseki.server.processors.OneArgProcessor
org.joseki.server.processors.RemoveProcessor
- All Implemented Interfaces:
- Loadable, Processor
- public class RemoveProcessor
- extends OneArgProcessor
Processor to remove the statements in the argument model from the target model.
- Version:
- $Id: RemoveProcessor.java,v 1.5 2004/04/30 14:13:11 andy_seaborne Exp $
- Author:
- Andy Seaborne
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RemoveProcessor
public RemoveProcessor()
getInterfaceURI
public java.lang.String getInterfaceURI()
- Description copied from interface:
Loadable
- The URI for this loadable class.
Must agree with the URI specified on loading (if any).
execOneArg
public com.hp.hpl.jena.rdf.model.Model execOneArg(ModelSource src,
com.hp.hpl.jena.rdf.model.Model graph,
Request req)
throws com.hp.hpl.jena.rdf.model.RDFException,
ExecutionException
- Specified by:
execOneArg
in class OneArgProcessor
- Throws:
com.hp.hpl.jena.rdf.model.RDFException
ExecutionException
Copyright © 2002 Hewlett-Packard. All Rights Reserved.