Class ChangeAlgorithmConfig

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

public class ChangeAlgorithmConfig
extends java.lang.Object
implements UndoableCommand
This is a command class implementing command pattern. The algorithm used to form a new query can be changed with this command.
Author:
Nicolas Boch
  • Constructor Summary

    Constructors 
    Constructor Description
    ChangeAlgorithmConfig​(java.lang.String newalg)  
    ChangeAlgorithmConfig​(java.lang.String newalg, double a, double b, double c)  
  • 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