Package de.swa.fuh.qrefinement.command
Class AddTextMarkCommand
java.lang.Object
de.swa.fuh.qrefinement.command.AddTextMarkCommand
- All Implemented Interfaces:
- UndoableCommand
public class AddTextMarkCommand extends java.lang.Object implements UndoableCommand
This is a command class implementing command pattern. This command adds an relevance mark to a text.
- Author:
- Nicolas Boch
- 
Constructor SummaryConstructors Constructor Description AddTextMarkCommand(java.io.File f, TextMark m)
- 
Method Summary
- 
Constructor Details
- 
Method Details- 
executepublic void execute()- Specified by:
- executein interface- UndoableCommand
 
- 
undopublic void undo()- Specified by:
- undoin interface- UndoableCommand
 
- 
redopublic void redo()- Specified by:
- redoin interface- UndoableCommand
 
 
-