de.unihalle.informatik.Alida.workflows
Class ALDWorkflowID

java.lang.Object
  extended by de.unihalle.informatik.Alida.workflows.ALDWorkflowID
Direct Known Subclasses:
ALDWorkflowEdgeID, ALDWorkflowNodeID

public abstract class ALDWorkflowID
extends Object

Class to index a work flow object.

Author:
posch

Field Summary
 Integer id
          This id is only to print debug information, but NOT to identify an object
 
Constructor Summary
ALDWorkflowID(Integer id)
          Create an id object.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

id

public final Integer id
This id is only to print debug information, but NOT to identify an object

Constructor Detail

ALDWorkflowID

public ALDWorkflowID(Integer id)
Create an id object.

Parameters:
id -


Copyright © 2010–2014 Martin Luther University Halle-Wittenberg, Institute of Computer Science, Pattern Recognition and Bioinformatics. All rights reserved.