|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDOperator.HidingMode | |
---|---|
de.unihalle.informatik.Alida.operator | Contains the core of Alida, i.e. the operator concept and processing graph stuff. |
Uses of ALDOperator.HidingMode in de.unihalle.informatik.Alida.operator |
---|
Methods in de.unihalle.informatik.Alida.operator that return ALDOperator.HidingMode | |
---|---|
ALDOperator.HidingMode |
ALDOpNode.getHidingMode()
Get hiding mode of this opNode. |
static ALDOperator.HidingMode |
ALDOperator.HidingMode.valueOf(java.lang.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. |
Methods in de.unihalle.informatik.Alida.operator with parameters of type ALDOperator.HidingMode | |
---|---|
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. |
Constructors in de.unihalle.informatik.Alida.operator with parameters of type ALDOperator.HidingMode | |
---|---|
ALDOpNode(ALDOperator op,
ALDOperator.HidingMode hidingMode)
Construct an ALDOpNode for the operator op and hidingMode |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |