Package armyc2.c5isr.renderer.utilities
Class MSLookup
java.lang.Object
armyc2.c5isr.renderer.utilities.MSLookup
Class that holds all the
MSInfo
objects with symbol information-
Method Summary
Modifier and TypeMethodDescriptionboolean
addCustomSymbol
(MSInfo msInfo) getIDList
(int version) returns a list of all the keys in the order they are listed in the MilStd 2525D document.static MSLookup
getMSLInfo
(String symbolID) getMSLInfo
(String basicID, int version) final void
-
Method Details
-
getInstance
-
init
-
getMSLInfo
- Parameters:
symbolID
- Full 20-30 digits from the symbol code- Returns:
-
getMSLInfo
- Parameters:
basicID
- id SymbolSet + Entity code like 50110100version
- like SymbolID.Version_2525Dch1- Returns:
-
getIDList
returns a list of all the keys in the order they are listed in the MilStd 2525D document.- Returns:
-
addCustomSymbol
-