| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.grappa |
Contains all resources for the graphical programming editor Grappa.
|
| 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.
|
| de.unihalle.informatik.Alida.workflows.events |
Contains all events appearing in context of workflows in Alida.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDWorkflow |
ALDGrappaWorkbenchTab.alidaWorkflow
Reference to the underlying Alida workflow object.
|
| Modifier and Type | Method and Description |
|---|---|
protected ALDGrappaWorkbenchTab |
ALDGrappaWorkbench.initReloadedTab(com.mxgraph.view.mxGraph _graph,
ALDWorkflow _flow) |
protected void |
ALDGrappaWorkbench.initReloadedWorkflow(com.mxgraph.view.mxGraph _graph,
ALDWorkflow _flow) |
| Constructor and Description |
|---|
ALDGrappaWorkbenchTab(ALDGrappaWorkbench bench,
com.mxgraph.view.mxGraph _graph,
ALDWorkflow _flow)
Constructor to setup tab from given (reloaded) workflow.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDWorkflow |
ALDOperatorGUIExecutionProxy.alidaWorkflow
Reference to the underlying Alida workflow object.
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflow |
ALDWorkflowNode.getParentWorkflow() |
static ALDWorkflow |
ALDWorkflow.load(File file)
Load a workflow from
File and create a new workflow object. |
static ALDWorkflow |
ALDWorkflow.load(File file,
boolean doFireEvent)
Load a workflow from
File and create a new workflow object. |
static ALDWorkflow |
ALDWorkflow.load(String filename)
Load a workflow from file with
filename and create a new workflow object. |
static ALDWorkflow |
ALDWorkflow.load(String filename,
boolean doFireEvent)
Load a workflow from file with
filename and create a new workflow object. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ALDWorkflowNode.setParentWorkflow(ALDWorkflow parentWorkflow) |
| Constructor and Description |
|---|
ALDWorkflowNode(ALDWorkflow parentWorkflow,
ALDOperator op)
Create a node
|
ALDWorkflowNode(ALDWorkflow parentWorkflow,
ALDOperator op,
boolean isInteriorShadowNode)
Create a node
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflow |
ALDWorkflowStorageInfo.getWorkflow() |
| Constructor and Description |
|---|
ALDWorkflowStorageInfo(String filename,
ALDWorkflow workflow) |
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg. All rights reserved.