Package armyc2.c5isr.renderer.utilities
Class MSLookup
- java.lang.Object
-
- armyc2.c5isr.renderer.utilities.MSLookup
-
public class MSLookup extends java.lang.ObjectClass that holds all theMSInfoobjects with symbol information
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanaddCustomSymbol(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 MSLookupgetInstance()MSInfogetMSLInfo(java.lang.String symbolID)MSInfogetMSLInfo(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-IntegerseeSymbolID.Version_2525EandSymbolID.Version_2525Dch1- Returns:
List
-
addCustomSymbol
public boolean addCustomSymbol(MSInfo msInfo)
-
-