public class DataProcessor
extends java.lang.Object
| Constructor and Description |
|---|
DataProcessor()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.String> |
getListOfPatterns() |
java.lang.String |
getTechnologyType(java.lang.String neType)
Derives the technology type for an entity based on its NE type
|
boolean |
isBSC(java.lang.String addressSpace)
Checks if a given address space is of BSC type
|
boolean |
isBTS(java.lang.String addressSpace)
Checks if a given address space is of BTS type
|
boolean |
isMGW(java.lang.String addressSpace)
Checks if a given address space is of MGW type
|
boolean |
isMSC(java.lang.String addressSpace)
Checks if a given address space is of MSC type
|
boolean |
isMSS(java.lang.String addressSpace)
Checks if a given address space is of MSS type
|
boolean |
isRNC(java.lang.String addressSpace)
Checks if a given address space is of RNC type
|
boolean |
isSGSN(java.lang.String addressSpace)
Checks if a given address space is of SGSN type
|
void |
loadProperties(java.util.Properties propsFile)
Loads the hashsets listOfPatterns from the properties file
|
boolean |
validFile(java.lang.String file)
Checks if a given file name is valid.
|
public void loadProperties(java.util.Properties propsFile)
propsFile - The properties filepublic java.util.List<java.lang.String> getListOfPatterns()
public boolean isBSC(java.lang.String addressSpace)
addressSpace - The address space to checkpublic boolean isBTS(java.lang.String addressSpace)
addressSpace - The address space to checkpublic boolean isMSS(java.lang.String addressSpace)
addressSpace - The address space to checkpublic boolean isMGW(java.lang.String addressSpace)
addressSpace - The address space to checkpublic boolean isMSC(java.lang.String addressSpace)
addressSpace - The address space to checkpublic boolean isSGSN(java.lang.String addressSpace)
addressSpace - The address space to checkpublic boolean isRNC(java.lang.String addressSpace)
addressSpace - The address space to checkpublic boolean validFile(java.lang.String file)
file - The filename to checkpublic java.lang.String getTechnologyType(java.lang.String neType)
neType - The NE type