de.unihalle.informatik.Alida.workflows
Class ALDWorkflowNodeID

java.lang.Object
  extended by de.unihalle.informatik.Alida.workflows.ALDWorkflowID
      extended by de.unihalle.informatik.Alida.workflows.ALDWorkflowNodeID

public class ALDWorkflowNodeID
extends ALDWorkflowID

Class to index a work flow node. The id is NOT intended to be a means to identify the nodes, just used for, e.g., debugging output.

Author:
posch

Field Summary
private static java.lang.Integer lastID
          variable to count IDs
 
Fields inherited from class de.unihalle.informatik.Alida.workflows.ALDWorkflowID
id
 
Constructor Summary
ALDWorkflowNodeID()
          Create a new node id.
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

lastID

private static java.lang.Integer lastID
variable to count IDs

Constructor Detail

ALDWorkflowNodeID

ALDWorkflowNodeID()
Create a new node id.

Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object