net.fortytwo.ripple.query.commands
Class DefinePrefixCmd

java.lang.Object
  extended by net.fortytwo.ripple.control.Task
      extended by net.fortytwo.ripple.query.Command
          extended by net.fortytwo.ripple.query.commands.DefinePrefixCmd

public class DefinePrefixCmd
extends Command


Constructor Summary
DefinePrefixCmd(String prefix, URIAST uri)
           
 
Method Summary
protected  void abort()
           
 void execute(QueryEngine qe, ModelConnection mc)
           
 String getPrefix()
           
 URIAST getUri()
           
 
Methods inherited from class net.fortytwo.ripple.query.Command
executeProtected, setQueryEngine, stopProtected
 
Methods inherited from class net.fortytwo.ripple.control.Task
addChild, begin, execute, stop, waitUntilFinished
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefinePrefixCmd

public DefinePrefixCmd(String prefix,
                       URIAST uri)
Method Detail

getPrefix

public String getPrefix()

getUri

public URIAST getUri()

execute

public void execute(QueryEngine qe,
                    ModelConnection mc)
             throws RippleException
Specified by:
execute in class Command
Throws:
RippleException

abort

protected void abort()
Specified by:
abort in class Command


Copyright © 2007-2011 fortytwo.net. All Rights Reserved.