Package de.swa.ui.command
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 voidexecute()
-
Constructor Details
-
AbstractCommand
public AbstractCommand()
-
-
Method Details
-
execute
public abstract void execute()
-