|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.util.EventObject
de.unihalle.informatik.Alida.operator.events.ALDEvent
de.unihalle.informatik.Alida.operator.events.ALDConfigurationEvent
public class ALDConfigurationEvent
Event type to configure operator execution.
Field Summary | |
---|---|
protected int |
stepsize
Size of one step in step-wise execution mode. |
protected boolean |
stepwiseExecution
Flag for stepwise execution. |
Fields inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent |
---|
eventMessage |
Fields inherited from class java.util.EventObject |
---|
source |
Constructor Summary | |
---|---|
ALDConfigurationEvent(java.lang.Object s)
Constructor. |
|
ALDConfigurationEvent(java.lang.Object s,
java.lang.String msg)
Constructor with message. |
Method Summary | |
---|---|
void |
disableStepwiseExecution()
Reset flag for step-wise execution. |
boolean |
doStepwiseExecution()
Return flag for step-wise execution. |
void |
enableStepwiseExecution()
Set flag for step-wise execution. |
int |
getStepSize()
Return desired step size. |
void |
setStepsize(int s)
Set size of steps in step-wise operator execution. |
Methods inherited from class de.unihalle.informatik.Alida.operator.events.ALDEvent |
---|
getEventMessage, getEventMessage |
Methods inherited from class java.util.EventObject |
---|
getSource, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
protected boolean stepwiseExecution
protected int stepsize
Constructor Detail |
---|
public ALDConfigurationEvent(java.lang.Object s)
s
- Source object of the event.public ALDConfigurationEvent(java.lang.Object s, java.lang.String msg)
s
- Source object of the event.msg
- Freely configurable message.Method Detail |
---|
public void setStepsize(int s)
s
- Stepsize.public int getStepSize()
public void enableStepwiseExecution()
public void disableStepwiseExecution()
public boolean doStepwiseExecution()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |