xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.tronanalysis

DOM-Based implementation of the tronanalysis xArch XML Schema.

See:
          Description

Interface Summary
ITest Interface for accessing objects of the Test xsi:type in the tronanalysis namespace.
ITronAnalysis Interface for accessing objects of the TronAnalysis xsi:type in the tronanalysis namespace.
ITronanalysisContext The context interface for the tronanalysis package.
 

Class Summary
TestImpl DOM-Based implementation of the ITest interface.
TronanalysisConstants Useful contstants for the xArch tronanalysis namespace.
TronanalysisContext The context object for the tronanalysis package.
TronAnalysisImpl DOM-Based implementation of the ITronAnalysis interface.
 

Package edu.uci.isr.xarch.tronanalysis Description

DOM-Based implementation of the tronanalysis xArch XML Schema.

This package contains generic interfaces for the tronanalysis xArch XML schema and DOM-based implementations of those interfaces. To use this package, users should first create an IXArch object using the methods in edu.uci.isr.xarch.XArchUtils. Then, they should create a tronanalysisContext object using that IXArch. The context object can be used to create objects in this namespace.


xArch/xADL 2.0 Data Binding Library