Class ChangeTextMarkCommand

java.lang.Object
de.swa.fuh.qrefinement.command.ChangeTextMarkCommand
All Implemented Interfaces:
UndoableCommand

public class ChangeTextMarkCommand
extends java.lang.Object
implements UndoableCommand
This is a command class implementing command pattern. This command changes an existing relevance mark in a text.
Author:
Nicolas Boch
  • Constructor Summary

    Constructors 
    Constructor Description
    ChangeTextMarkCommand​(java.io.File f, int index, int newStart, int newEnd)  
  • 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