cz.cuni.amis.pogamut.ut2004.communication.messages
Class UnrealIdTranslator
java.lang.Object
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.
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 |
UnrealIdTranslator
public UnrealIdTranslator()
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.