| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.dataio.provider.swing |
Package containing data I/O providers for GUIs based on Java Swing.
|
| de.unihalle.informatik.Alida.dataio.provider.swing.components | |
| de.unihalle.informatik.Alida.grappa |
Contains all resources for the graphical programming editor Grappa.
|
| 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 | Field and Description |
|---|---|
protected LinkedList<ALDOpParameterDescriptor> |
ALDOperatorDataIOSwing.opParamDescrips
List of all parameter descriptors associated with operator.
|
| Modifier and Type | Method and Description |
|---|---|
protected HashMap<ALDOpParameterDescriptor,String> |
ALDOperatorDataIOSwing.OperatorConfigWindow.updateOperator(ALDOperator oper)
Update operator linked to window.
|
| Modifier and Type | Method and Description |
|---|---|
HashMap<ALDOpParameterDescriptor,String> |
ALDOperatorParameterPanel.setNewOperator(ALDOperator op)
Sets a new operator for the panel.
|
HashMap<ALDOpParameterDescriptor,String> |
ALDOperatorParameterPanel.setOperatorParameters()
Retrieve parameter values from GUI and configure operator accordingly.
|
| Modifier and Type | Method and Description |
|---|---|
protected Object |
ALDOperatorParameterPanel.getDefaultValue(Boolean useRequired,
Boolean useSupplemental,
ALDOpParameterDescriptor descr)
Get the default for a paramter.
|
protected void |
ALDOperatorParameterPanel.registerDescriptor(LinkedList<ALDOpParameterDescriptor> paramDescriptors,
ALDOpParameterDescriptor descr)
Register a descriptor.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDOperatorParameterPanel.registerDescriptor(LinkedList<ALDOpParameterDescriptor> paramDescriptors,
ALDOpParameterDescriptor descr)
Register a descriptor.
|
void |
ALDParameterPanel.updateOperatorDescriptors(LinkedList<ALDOpParameterDescriptor> newDescr) |
| Constructor and Description |
|---|
ALDGrappaNodePortInfo(com.mxgraph.model.mxCell pnode,
ALDOpParameterDescriptor descr)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
ALDOpParameterDescriptor |
ALDOpParameterDescriptor.clone()
Clone an instance
|
ALDOpParameterDescriptor |
ALDOpParameterDescriptor.copy(Field field) |
ALDOpParameterDescriptor |
ALDOperator.getParameterDescriptor(String name)
Get the parameter descriptor for given name.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ALDWorkflowParameterDescriptor
Extends the class
ALDOpParameterDescriptor to hold the value
of a parameter. |
| Modifier and Type | Method and Description |
|---|---|
void |
ALDWorkflow.addParameter(ALDOpParameterDescriptor descriptor)
Add a new parameter to this workflow.
|
| Constructor and Description |
|---|
ALDWorkflowParameterDescriptor(ALDOpParameterDescriptor descriptor) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.