| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.operator |
Contains the core of Alida, i.e. the operator concept and processing graph stuff.
|
| Modifier and Type | Field and Description |
|---|---|
protected String |
ALDParameterDescriptor.callback
Associated callback method.
|
protected int |
ALDParameterDescriptor.dataIOOrder
Data I/O order in GUI.
|
protected Parameter.Direction |
ALDOpParameterDescriptor.direction
Direction of this parameter
|
protected String |
ALDParameterDescriptor.explanation
Explanatory string.
|
protected Parameter.ExpertMode |
ALDParameterDescriptor.handlingMode
Parameter mode, i.e. if to be relevant for all users or experts only.
|
protected boolean |
ALDParameterDescriptor.info
Flag to indicate if it is just an info parameter.
|
protected String |
ALDParameterDescriptor.label
Label of the parameter.
|
protected Parameter.ParameterModificationMode |
ALDParameterDescriptor.modifyParamMode
Operator interface modification mode.
|
protected Class<?> |
ALDParameterDescriptor.myclass
Class of the parameter.
|
protected String |
ALDParameterDescriptor.name
Name of the parameter, i.e. its variable.
|
protected Boolean |
ALDOpParameterDescriptor.permanent
If a parameter is declared as permanent it (reps. its descriptor) may not be removed
from the operator
|
protected boolean |
ALDParameterDescriptor.required
Flag to indicate if parameter is required.
|
protected Boolean |
ALDOpParameterDescriptor.supplemental
Is this a supplemental parameter
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.