| 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.
|
| 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.readGUIParameterValues()
Retrieve parameter values from GUI and configure operator accordingly.
|
HashMap<ALDOpParameterDescriptor,String> |
ALDOperatorParameterPanel.setNewOperator(ALDOperator op)
Sets a new operator for the panel.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDParameterPanel.updateOperatorDescriptors(LinkedList<ALDOpParameterDescriptor> newDescr)
Updates the set of parameter descriptors.
|
| 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 | Method and Description |
|---|---|
protected void |
ALDOperator.addParameter(ALDOpParameterDescriptor descr)
Add a parameter with the given descriptor to the operator.
|
protected void |
ALDOperator.addParameterUnconditioned(ALDOpParameterDescriptor descr)
Add a parameter descriptor to the operator without checks or updating of
parameter hashes besides active parameters.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.