Class AbstractCommand

java.lang.Object
de.swa.ui.command.AbstractCommand
Direct Known Subclasses:
ClearQueryCommand, ExportCommand, GMAFConfCommand, LoginCommand, OptimizeCommand, PluginConfCommand, ProcessCommand, QueryByExampleCommand, QueryByKeywordCommand, QueryBySPARQLCommand, QueryInfoCommand, QueryRefinementCommand, ReloadCommand, SelectCommand

public abstract class AbstractCommand
extends java.lang.Object
base class following the Command Pattern
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractCommand()  
  • Method Summary

    Modifier and Type Method Description
    abstract void execute()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait