|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.unihalle.informatik.Alida.operator.ALDOperator
de.unihalle.informatik.Alida.operator.ALDToplevelOperator
class ALDToplevelOperator
This class is just a dummy opNode acting as the first opNode with the stack of active opNodes of each thread. This operator is never to be instantiated by users or invoked via its runOp method.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
ALDOperator.HidingMode |
Field Summary |
---|
Fields inherited from class de.unihalle.informatik.Alida.operator.ALDOperator |
---|
completeDAG, genuineInstance, name, opNodeStackHash, portHashAccess, verbose, versionProvider |
Constructor Summary | |
---|---|
ALDToplevelOperator()
Construct a (dummy) top level opNode |
Method Summary | |
---|---|
protected void |
operate()
The abstract method operate needs to be implemented, but this top levels operator is never to be invoked. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ALDToplevelOperator() throws ALDOperatorException
ALDOperatorException
Method Detail |
---|
protected void operate() throws ALDOperatorException
operate
in class ALDOperator
ALDOperatorException
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |