This is the base class that defines what a Navigation module is.
author: Dave Bryson author: Henning P. Schmiedehausen version: $Id: Navigation.java 534527 2007-05-02 16:10:59Z tv $
Method Summary
protected ConcreteElement
build(RunData data) Subclasses can override this method to add additional
functionality.
abstractprotected ConcreteElement
doBuild(RunData data) A subclass must override this method to build itself.
Subclasses can override this method to add additional
functionality. This method is protected to force clients to
use NavigationLoader to build a Navigation.
Parameters: data - Turbine information. exception: Exception - a generic exception.
A subclass must override this method to build itself.
Subclasses override this method to store the navigation in
RunData or to write the navigation to the output stream
referenced in RunData.
Parameters: data - Turbine information. exception: Exception - a generic exception.