org.almendra.commons.util.globalId
Interface IUniqueGlobalIdObject

All Known Implementing Classes:
AbstractAgent, Agent, Node, SystemAgent

public interface IUniqueGlobalIdObject

Interface to be implemented by any object that has a globally unique id. Globally unique means that there is no other object in the heap space of any Java virtual machine that has the same id.

Author:
Oliver Plohmann

Method Summary
 UniqueId getGlobalId()
          Return the globally unique id
 

Method Detail

getGlobalId

UniqueId getGlobalId()
Return the globally unique id

Returns: