public class TaskNodeEvent
extends java.util.EventObject
Modifier and Type | Field and Description |
---|---|
static int |
NODE_ADDED |
static int |
NODE_REMOVED |
Constructor and Description |
---|
TaskNodeEvent(int id,
Task task,
Node node,
int index,
int absindex)
Constructs a task node event
|
Modifier and Type | Method and Description |
---|---|
int |
getAbsoluteNodeIndex() |
int |
getID() |
Node |
getNode() |
int |
getNodeIndex() |
java.lang.String |
getParameterName() |
Task |
getTask() |
boolean |
isDataNode() |
boolean |
isInputNode() |
boolean |
isOutputNode() |
boolean |
isParameterNode() |
public static final int NODE_ADDED
public static final int NODE_REMOVED
public int getID()
public Task getTask()
public Node getNode()
public int getNodeIndex()
public int getAbsoluteNodeIndex()
public boolean isInputNode()
public boolean isOutputNode()
public boolean isDataNode()
public boolean isParameterNode()
public java.lang.String getParameterName()