cz.cuni.amis.pogamut.ut2004.communication.messages
Class UnrealIdTranslator

Package class diagram package UnrealIdTranslator
java.lang.Object
  extended by cz.cuni.amis.pogamut.ut2004.communication.messages.UnrealIdTranslator

public class UnrealIdTranslator
extends Object

Translator String UnrealID <-> Int UnrealId.

It holds maps for translating string UnrealID into int id, every new string UnrealID is given a unique number and returned.


Constructor Summary
UnrealIdTranslator()
           
 
Method Summary
 UnrealId getId(String unrealId)
          Returns UnrealId object for a specified string, creates a new one if none exists.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UnrealIdTranslator

public UnrealIdTranslator()
Method Detail

getId

public UnrealId getId(String unrealId)
Returns UnrealId object for a specified string, creates a new one if none exists.

Parameters:
unrealId -
Returns:


Copyright © 2014 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.