|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.prep.aces.AcesXmlCleaner
public class AcesXmlCleaner
This class integrates FixCleaner and RouteCleaner to produce an XML file (for use by AcesXmlPostProcess) which contains information on: - what fixes to delete - what routes to delete them from See the source AcesXmlCleaner.java
AcesXmlPostProcess,
FixCleaner,
RouteCleaner| Field Summary | |
|---|---|
private java.util.Vector |
badFixList
|
static java.lang.String |
CVS_VERSION_ID
The CVS Version ID |
private FixCleaner |
fixCleaner
|
private RouteCleaner |
routeCleaner
|
private java.util.HashMap |
routeNodeMap
|
| Constructor Summary | |
|---|---|
AcesXmlCleaner()
|
|
| Method Summary | |
|---|---|
void |
cleanFixes()
calls FixCleaner.cleanFixes() |
void |
cleanRoutes()
calls RouteCleaner.cleanRoutes(badFixList) |
void |
loadFixes(java.io.File fixFile)
creates a FixCleaner and calls FixCleaner.loadFixes(fixFile) |
void |
loadRoutes(java.io.File routeFile)
creates a RouteCleaner and calls RouteCleaner.loadRoutes(routeFile) |
static void |
main(java.lang.String[] args)
For stand-alone use. |
void |
writeDeletionXML(java.io.File outputFile,
java.lang.String scenario,
java.io.File fixFile,
java.io.File routeFile)
Writes out XML (to be used by AcesXmlPostProcess) that contains information on what fixes to delete and where those fixes occur in the routes (and hence where to delete them from the route definition as well). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String CVS_VERSION_ID
private FixCleaner fixCleaner
private RouteCleaner routeCleaner
private java.util.Vector badFixList
private java.util.HashMap routeNodeMap
| Constructor Detail |
|---|
public AcesXmlCleaner()
| Method Detail |
|---|
public void loadFixes(java.io.File fixFile)
fixFile - the xml file containing the original ACES fix data
public void loadRoutes(java.io.File routeFile)
throws java.io.IOException
routeFile - the xml file containing the original ACES route data
java.io.IOExceptionpublic void cleanFixes()
public void cleanRoutes()
public void writeDeletionXML(java.io.File outputFile,
java.lang.String scenario,
java.io.File fixFile,
java.io.File routeFile)
outputFile - the file to output the XML toscenario - the location of scenario directoryfixFile - the file the fix data was read fromrouteFile - the file the route data was read from
public static void main(java.lang.String[] args)
throws java.io.IOException
java.io.IOException
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||