| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.gui |
Package containing GUI components for interactive operator selection/control.
|
| de.unihalle.informatik.Alida.workflows |
Classes related to workflows in Alida.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALDOperatorControlFrame.updateNodeStatus(ALDWorkflowNode.ALDWorkflowNodeState state)
Updates the window according to the configuration status of the operator.
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflowNode.ALDWorkflowNodeState |
ALDWorkflowNode.getState()
Returns the current state of this node
|
ALDWorkflowNode.ALDWorkflowNodeState |
ALDWorkflow.getState(ALDWorkflowNodeID nodeId)
Get the state of node with
nodeId. |
static ALDWorkflowNode.ALDWorkflowNodeState |
ALDWorkflowNode.ALDWorkflowNodeState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDWorkflowNode.ALDWorkflowNodeState[] |
ALDWorkflowNode.ALDWorkflowNodeState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDWorkflowNode.setState(ALDWorkflowNode.ALDWorkflowNodeState state)
Sets the state of this node
|
boolean |
ALDWorkflowNode.stateGreaterEqual(ALDWorkflowNode.ALDWorkflowNodeState compareState)
Return true if the state of this node is greater equal the
compareState |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.