de.unihalle.informatik.Alida.workflows
Class ALDWorkflowEdgeID

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

public class ALDWorkflowEdgeID
extends ALDWorkflowID

Class to index a work flow edge. * 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
ALDWorkflowEdgeID()
          Create a new edge is
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

lastID

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

Constructor Detail

ALDWorkflowEdgeID

ALDWorkflowEdgeID()
Create a new edge is