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 java.lang.Object

Class to index a work flow object.

Author:
posch

Field Summary
 java.lang.Integer id
          This id is only to print debug information, but NOT to identify an object
 
Constructor Summary
ALDWorkflowID(java.lang.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 java.lang.Integer id
This id is only to print debug information, but NOT to identify an object

Constructor Detail

ALDWorkflowID

public ALDWorkflowID(java.lang.Integer id)
Create an id object.

Parameters:
id -


Copyright © 2010-2014 Martin Luther University Halle-Wittenberg. All Rights Reserved.