|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Parameter.Direction | |
|---|---|
| de.unihalle.informatik.Alida.annotations | Defines all annotations used within the Alida framework. |
| de.unihalle.informatik.Alida.operator | Contains the core of Alida, i.e. the operator concept and processing graph stuff. |
| de.unihalle.informatik.Alida.workflows | Classes related to workflows in Alida. |
| Uses of Parameter.Direction in de.unihalle.informatik.Alida.annotations |
|---|
| Methods in de.unihalle.informatik.Alida.annotations that return Parameter.Direction | |
|---|---|
static Parameter.Direction |
Parameter.Direction.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Parameter.Direction[] |
Parameter.Direction.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Parameter.Direction in de.unihalle.informatik.Alida.operator |
|---|
| Fields in de.unihalle.informatik.Alida.operator declared as Parameter.Direction | |
|---|---|
protected Parameter.Direction |
ALDOpParameterDescriptor.direction
|
| Methods in de.unihalle.informatik.Alida.operator that return Parameter.Direction | |
|---|---|
Parameter.Direction |
ALDOpParameterDescriptor.getDirection()
Returns parameter direction. |
| Constructors in de.unihalle.informatik.Alida.operator with parameters of type Parameter.Direction | |
|---|---|
ALDOpParameterDescriptor(java.lang.String name,
Parameter.Direction direction,
java.lang.Boolean supplemental,
java.lang.Class<?> cl,
java.lang.String explanation,
java.lang.String label,
boolean required,
java.lang.Object defaultValue,
java.lang.reflect.Field field,
int guiOrder,
Parameter.ExpertMode mode)
Construct a descriptor |
|
| Uses of Parameter.Direction in de.unihalle.informatik.Alida.workflows |
|---|
| Constructors in de.unihalle.informatik.Alida.workflows with parameters of type Parameter.Direction | |
|---|---|
ALDWorkflowParameterDescriptor(java.lang.String name,
Parameter.Direction direction,
java.lang.Boolean supplemental,
java.lang.Class<?> cl,
java.lang.String explanation,
java.lang.String label,
boolean required,
java.lang.Object defaultValue,
java.lang.reflect.Field field,
int guiOrder,
Parameter.ExpertMode mode)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||