| Package | Description |
|---|---|
| de.unihalle.informatik.Alida.workflows.events |
Contains all events appearing in context of workflows in Alida.
|
| Modifier and Type | Field and Description |
|---|---|
protected ALDWorkflowEvent.ALDWorkflowEventType |
ALDWorkflowEvent.eType
Type of the event.
|
| Modifier and Type | Method and Description |
|---|---|
ALDWorkflowEvent.ALDWorkflowEventType |
ALDWorkflowEvent.getEventType()
Returns type of event.
|
static ALDWorkflowEvent.ALDWorkflowEventType |
ALDWorkflowEvent.ALDWorkflowEventType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ALDWorkflowEvent.ALDWorkflowEventType[] |
ALDWorkflowEvent.ALDWorkflowEventType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e)
Constructor.
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e,
Object info)
Constructor.
|
ALDWorkflowEvent(Object s,
ALDWorkflowEvent.ALDWorkflowEventType e,
String msg,
Object info)
Constructor.
|
Copyright © 2010–2015 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.