| Package | Description |
|---|---|
| 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.
|
| Modifier and Type | Method and Description |
|---|---|
static Parameter.Direction |
Parameter.Direction.valueOf(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.
|
| Modifier and Type | Field and Description |
|---|---|
protected Parameter.Direction |
ALDOpParameterDescriptor.direction |
| Modifier and Type | Method and Description |
|---|---|
Parameter.Direction |
ALDOpParameterDescriptor.getDirection()
Returns parameter direction.
|
| Constructor and Description |
|---|
ALDOpParameterDescriptor(String name,
Parameter.Direction direction,
Boolean supplemental,
Class<?> cl,
String explanation,
String label,
boolean required,
Object defaultValue,
Field field,
int guiOrder,
Parameter.ExpertMode mode)
Construct a descriptor
|
| Constructor and Description |
|---|
ALDWorkflowParameterDescriptor(String name,
Parameter.Direction direction,
Boolean supplemental,
Class<?> cl,
String explanation,
String label,
boolean required,
Object defaultValue,
Field field,
int guiOrder,
Parameter.ExpertMode mode) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.