| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| Modifier and Type | Method and Description |
|---|---|
ALDOperator.HidingMode |
ALDOpNode.getHidingMode()
Get hiding mode of this opNode.
|
ALDOperator.HidingMode |
ALDOperator.getHidingMode()
Return the
hidingMode of this operator during execution
via runOp. |
static ALDOperator.HidingMode |
ALDOperator.HidingMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDOperator.HidingMode[] |
ALDOperator.HidingMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDOperator.runOp(ALDOperator.HidingMode hidingMode)
A legal method to invoke the operator and handles everything necessary to
protocol the processing history.
|
void |
ALDOpNode.setHidden(ALDOperator.HidingMode hidingMode)
Set hidden flag of this opNode.
|
void |
ALDOperator.setHidingMode(ALDOperator.HidingMode hidingMode)
Set the hiding mode of this operator during execution via
runOp. |
| Constructor and Description |
|---|
ALDOpNode(ALDOperator op,
ALDOperator.HidingMode hidingMode)
Construct an
ALDOpNode for the operator op and hidingMode |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.