|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcz.cuni.pogamut.Parser.UnrealIDMap
public class UnrealIDMap
Class which takes care of UnrealID -> IntId mapping. Note that this may be shared by many parsers therefore the main method tranlateUnrealID2IntID() is synchronized on this class.
Field Summary | |
---|---|
private java.util.HashMap<java.lang.String,java.lang.Integer> |
map
|
Constructor Summary | |
---|---|
UnrealIDMap()
|
Method Summary | |
---|---|
int |
translateUnrealID2IntID(java.lang.String unrealID)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private java.util.HashMap<java.lang.String,java.lang.Integer> map
Constructor Detail |
---|
public UnrealIDMap()
Method Detail |
---|
public int translateUnrealID2IntID(java.lang.String unrealID)
translateUnrealID2IntID
in interface TranslateUnrealID2IntID
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |