Package de.swa.fuh.qrefinement.command
Class ShowTextRefinementCommand
java.lang.Object
de.swa.fuh.qrefinement.command.ShowTextRefinementCommand
- All Implemented Interfaces:
Command
public class ShowTextRefinementCommand extends java.lang.Object implements Command
This is a command class implementing command pattern. This command opens the frame of the UI where a user can set relevance marks for parts of a text.
- Author:
- Nicolas Boch
-
Constructor Summary
Constructors Constructor Description ShowTextRefinementCommand()
-
Method Summary
Modifier and Type Method Description void
execute()
-
Constructor Details
-
ShowTextRefinementCommand
public ShowTextRefinementCommand()
-
-
Method Details