|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ALDAOperator.ExecutionMode | |
---|---|
de.unihalle.informatik.Alida.annotations | Defines all annotations used within the Alida framework. |
de.unihalle.informatik.Alida.helpers | Contains miscellaneous helper classes used in Alida. |
Uses of ALDAOperator.ExecutionMode in de.unihalle.informatik.Alida.annotations |
---|
Methods in de.unihalle.informatik.Alida.annotations that return ALDAOperator.ExecutionMode | |
---|---|
static ALDAOperator.ExecutionMode |
ALDAOperator.ExecutionMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ALDAOperator.ExecutionMode[] |
ALDAOperator.ExecutionMode.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of ALDAOperator.ExecutionMode in de.unihalle.informatik.Alida.helpers |
---|
Methods in de.unihalle.informatik.Alida.helpers with parameters of type ALDAOperator.ExecutionMode | |
---|---|
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 |