|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectfaa.tg.scenario.importer.XmlDomImporter
faa.tg.scenario.importer.XmlControlLogicImporter
public class XmlControlLogicImporter
XmlControlLogicImporter is an XmlDomImporter class that is responsible for the instantiation of an ControlLogic object whose properties are specified in an XML document defined by an external DTD. See the source: XmlControlLogicImporter.java
XmlAircraftImporter,
XmlDomImporter,
XmlElementNames| Field Summary | |
|---|---|
private ControlLogicGains |
controlLogicGains
Deprecated. |
static java.lang.String |
CVS_VERSION_ID
Deprecated. The CVS Version ID |
private ControlLogic |
theControlLogic
Deprecated. |
private Gains |
theGains
Deprecated. |
| Fields inherited from class faa.tg.scenario.importer.XmlDomImporter |
|---|
jdoc |
| Constructor Summary | |
|---|---|
XmlControlLogicImporter(org.w3c.dom.Element controlLogicElement)
Deprecated. If an ControlLogic is defined with the ControlLogic_XML_URL element tag, then we must grab the ControlLogic data from an external xml file based on the dtd. |
|
| Method Summary | |
|---|---|
ControlLogic |
getControlLogic()
Deprecated. Gets the ControlLogic constructed by this importer |
ControlLogicGains |
getControlLogicGains()
Deprecated. |
Gains |
getGains()
Deprecated. |
| Methods inherited from class faa.tg.scenario.importer.XmlDomImporter |
|---|
error, fatalError, getBoolean, getElementNamed, getText, getXmlDocument, getXmlDocument, getXmlDocument, getXmlDocument, getXmlDocumentUsingSchema, makeSimpleElement, warning |
| 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 ControlLogic theControlLogic
private ControlLogicGains controlLogicGains
private Gains theGains
| Constructor Detail |
|---|
public XmlControlLogicImporter(org.w3c.dom.Element controlLogicElement)
throws java.net.MalformedURLException,
XmlUrlException
Basically, the data for Control Logic maybe located in one of two places. Either in a external xml file, or in the incoming Element.
Imports an Control Logic based upon an Element.
controlLogicElement - The element that contains the data for
Control Logic.
MalformedURLException - is thrown when a malformed URL occurs.
XmlUrlException - is unable to find file or its dtd/schema| Method Detail |
|---|
public ControlLogic getControlLogic()
public ControlLogicGains getControlLogicGains()
public Gains getGains()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||