JTP API Documentation

jtp.ui
Class RDFQueryAnswerer.RevertToCheckpoint

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

public class RDFQueryAnswerer.RevertToCheckpoint
extends jtp.ui.cmd.Command


Field Summary
 
Fields inherited from class jtp.ui.cmd.Command
COMMAND_NAME, parameters
 
Constructor Summary
RDFQueryAnswerer.RevertToCheckpoint()
           
 
Method Summary
 void execute()
           
 Snapshot getCheckpoint()
           
 void prepare()
           
 void setCheckpoint(Snapshot newCheckpoint)
           
 
Methods inherited from class jtp.ui.cmd.Command
addParameter, addParameter, addParameter, findParameter, getDescription, getIcon, getIo, getMenuName, getName, getParameters, 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.RevertToCheckpoint

public RDFQueryAnswerer.RevertToCheckpoint()
Method Detail

getCheckpoint

public Snapshot getCheckpoint()

setCheckpoint

public void setCheckpoint(Snapshot newCheckpoint)

prepare

public void prepare()
Overrides:
prepare in class jtp.ui.cmd.Command

execute

public void execute()
Specified by:
execute in class jtp.ui.cmd.Command

JTP API Documentation