org.globus.cog.karajan.workflow.nodes
Class UIDMap

java.lang.Object
  extended by org.globus.cog.karajan.workflow.nodes.UIDMap

public class UIDMap
extends Object


Constructor Summary
UIDMap()
           
 
Method Summary
 boolean contains(Integer uid)
           
 Integer get(FlowElement node)
           
 FlowElement get(Integer uid)
           
 Integer nextUID()
           
 void put(Integer uid, FlowElement node)
           
 void putAll(UIDMap uidMap)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UIDMap

public UIDMap()
Method Detail

put

public void put(Integer uid,
                FlowElement node)

get

public FlowElement get(Integer uid)

get

public Integer get(FlowElement node)

nextUID

public Integer nextUID()

putAll

public void putAll(UIDMap uidMap)

contains

public boolean contains(Integer uid)