Package armyc2.c5isr.renderer.utilities
Class MSLookup
- java.lang.Object
-
- armyc2.c5isr.renderer.utilities.MSLookup
-
public class MSLookup extends java.lang.Object
Class that holds all theMSInfo
objects with symbol information
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addCustomSymbol(MSInfo msInfo)
java.util.List<java.lang.String>
getIDList(int version)
returns a list of all the keys in the order they are listed in the MilStd 2525D document.static MSLookup
getInstance()
MSInfo
getMSLInfo(java.lang.String symbolID)
MSInfo
getMSLInfo(java.lang.String basicID, int version)
-
-
-
Method Detail
-
getInstance
public static MSLookup getInstance()
-
getMSLInfo
public MSInfo getMSLInfo(java.lang.String symbolID)
- Parameters:
symbolID
- Full 20-30 digits from the symbol code- Returns:
MSInfo
-
getMSLInfo
public MSInfo getMSLInfo(java.lang.String basicID, int version)
- Parameters:
basicID
- id SymbolSet + Entity code like 50110100version
- like SymbolID.Version_2525Dch1- Returns:
MSInfo
-
getIDList
public java.util.List<java.lang.String> getIDList(int version)
returns a list of all the keys in the order they are listed in the MilStd 2525D document.- Parameters:
version
-Integer
seeSymbolID.Version_2525E
andSymbolID.Version_2525Dch1
- Returns:
List
-
addCustomSymbol
public boolean addCustomSymbol(MSInfo msInfo)
-
-