de.unihalle.informatik.Alida.operator.gui
Class ALDExecuteOperator

java.lang.Object
  extended by de.unihalle.informatik.Alida.operator.gui.ALDExecuteOperator
All Implemented Interfaces:
java.lang.Runnable

public class ALDExecuteOperator
extends java.lang.Object
implements java.lang.Runnable

Threaded class for executing an operator.

Author:
Stefan Posch, Birgit Moeller

Field Summary
private  ALDOperatorControlFrame controlFrame
          Associated configuration/control frame.
private  boolean debug
          Private flag for debug output.
private  ALDOperator op
          Operator to run.
 
Constructor Summary
ALDExecuteOperator()
          Default constructor.
 
Method Summary
 void init(ALDOperator o, ALDOperatorControlFrame cFrame)
          Initialization function.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

controlFrame

private ALDOperatorControlFrame controlFrame
Associated configuration/control frame.


debug

private boolean debug
Private flag for debug output.


op

private ALDOperator op
Operator to run.

Constructor Detail

ALDExecuteOperator

public ALDExecuteOperator()
Default constructor.

Method Detail

init

public void init(ALDOperator o,
                 ALDOperatorControlFrame cFrame)
Initialization function.

Parameters:
o - Operator to be executed.
cFrame - Corresponding control frame.

run

public void run()
Specified by:
run in interface java.lang.Runnable