JTP API Documentation

jtp.ui
Class RDFQueryAnswerer.CheckpointLoadKB

java.lang.Object
  |
  +--jtp.ui.cmd.Command
        |
        +--jtp.ui.cmd.LoadKBCommand
              |
              +--jtp.ui.RDFQueryAnswerer.CheckpointLoadKB
Enclosing class:
RDFQueryAnswerer

public class RDFQueryAnswerer.CheckpointLoadKB
extends jtp.ui.cmd.LoadKBCommand


Field Summary
 
Fields inherited from class jtp.ui.cmd.LoadKBCommand
LOCATION, PUB_LOCATION
 
Fields inherited from class jtp.ui.cmd.Command
COMMAND_NAME, parameters
 
Constructor Summary
RDFQueryAnswerer.CheckpointLoadKB(String name, String menuName)
           
 
Method Summary
 void execute()
           
 
Methods inherited from class jtp.ui.cmd.LoadKBCommand
doLoad, getLocation, getParser, getPublicLocation, makeURL, setLocation, setParser, setPublicLocation
 
Methods inherited from class jtp.ui.cmd.Command
addParameter, addParameter, addParameter, findParameter, getDescription, getIcon, getIo, getMenuName, getName, getParameters, prepare, setDescription, setIcon, setIo, setMenuName, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RDFQueryAnswerer.CheckpointLoadKB

public RDFQueryAnswerer.CheckpointLoadKB(String name,
                                         String menuName)
Method Detail

execute

public void execute()
             throws IOException,
                    ReasoningException
Overrides:
execute in class jtp.ui.cmd.LoadKBCommand
IOException
ReasoningException

JTP API Documentation