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 Summary

    Constructors 
    Constructor Description
    AddTextMarkCommand​(java.io.File f, TextMark m)  
  • Method Summary

    Modifier and Type Method Description
    void execute()  
    void redo()  
    void undo()  

    Methods inherited from class java.lang.Object

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