|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDAOperator.Level | |
---|---|
de.unihalle.informatik.Alida.annotations | Defines all annotations used within the Alida framework. |
de.unihalle.informatik.Alida.gui | Package containing GUI components for interactive operator selection/control. |
de.unihalle.informatik.Alida.helpers | Contains miscellaneous helper classes used in Alida. |
Uses of ALDAOperator.Level in de.unihalle.informatik.Alida.annotations |
---|
Methods in de.unihalle.informatik.Alida.annotations that return ALDAOperator.Level | |
---|---|
static ALDAOperator.Level |
ALDAOperator.Level.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ALDAOperator.Level[] |
ALDAOperator.Level.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ALDAOperator.Level in de.unihalle.informatik.Alida.gui |
---|
Fields in de.unihalle.informatik.Alida.gui declared as ALDAOperator.Level | |
---|---|
protected ALDAOperator.Level |
ALDOperatorChooserTree.level
Mode of usage. |
Methods in de.unihalle.informatik.Alida.gui that return ALDAOperator.Level | |
---|---|
ALDAOperator.Level |
ALDOperatorChooserTree.getLevel()
Return current mode of usage. |
Methods in de.unihalle.informatik.Alida.gui with parameters of type ALDAOperator.Level | |
---|---|
protected java.util.Collection<ALDOperatorLocation> |
ALDChooseOpNameFrame.additionalOperators(ALDAOperator.Level level)
This method may be overridden in extending classes to add operators to the list of available operators. |
void |
ALDOperatorChooserTree.setLevel(ALDAOperator.Level level)
Set the level of the operators in this tree. |
Uses of ALDAOperator.Level in de.unihalle.informatik.Alida.helpers |
---|
Methods in de.unihalle.informatik.Alida.helpers with parameters of type ALDAOperator.Level | |
---|---|
static java.util.Set<java.lang.String> |
ALDClassInfo.lookupOperatorClassnames(ALDAOperator.Level level,
ALDAOperator.ExecutionMode executionMode)
Collects all ALDOperators annotated with the requested level and execution mode and all ALDOperators found in a package specified by a JVM property alida_oprunner_favoriteops or the environment variable ALIDA_OPRUNNER_OPERATORPATH as a colon separated list of package names. |
static java.util.Collection<ALDOperatorLocation> |
ALDClassInfo.lookupOperators(ALDAOperator.Level level,
ALDAOperator.ExecutionMode executionMode)
Collects all ALDOperators annotated with the requested level and execution mode and all ALDOperators found in a package specified by a JVM property alida_oprunner_favoriteops or the environment variable ALIDA_OPRUNNER_OPERATORPATH as a colon separated list of package names. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |