|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ALDWorkflowNode.ALDWorkflowNodeState | |
|---|---|
| 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. |
| Uses of ALDWorkflowNode.ALDWorkflowNodeState in de.unihalle.informatik.Alida.gui |
|---|
| Methods in de.unihalle.informatik.Alida.gui with parameters of type ALDWorkflowNode.ALDWorkflowNodeState | |
|---|---|
void |
ALDOperatorControlFrame.updateNodeStatus(ALDWorkflowNode.ALDWorkflowNodeState state)
Updates the window according to the configuration status of the operator. |
| Uses of ALDWorkflowNode.ALDWorkflowNodeState in de.unihalle.informatik.Alida.workflows |
|---|
| Methods in de.unihalle.informatik.Alida.workflows that return ALDWorkflowNode.ALDWorkflowNodeState | |
|---|---|
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(java.lang.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. |
| Methods in de.unihalle.informatik.Alida.workflows with parameters of type ALDWorkflowNode.ALDWorkflowNodeState | |
|---|---|
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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||