public class Task extends Node
Task is the basic vertex element for Application graphs.| Modifier and Type | Class and Description |
|---|---|
static class |
Task.Type
Type of a
Task. |
attributes, id, parent, TYPE| Constructor and Description |
|---|
Task(Element parent)
Constructs a new parent.
|
Task(java.lang.String id)
Constructs a new task.
|
equals, getAttribute, getAttributeNames, getAttributeParameter, getAttributes, getId, getLocalAttributeNames, getLocalAttributes, getParent, getType, hashCode, isDefined, setAttribute, setParent, setType, toStringpublic Task(java.lang.String id)
id - the idpublic Task(Element parent)
parent - the parent