xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.analysis

DOM-Based implementation of the analysis xArch XML Schema.

See:
          Description

Interface Summary
IAnalysis Interface for accessing objects of the Analysis xsi:type in the analysis namespace.
IAnalysisContext The context interface for the analysis package.
IArchAnalysis Interface for accessing objects of the ArchAnalysis xsi:type in the analysis namespace.
 

Class Summary
AnalysisConstants Useful contstants for the xArch analysis namespace.
AnalysisContext The context object for the analysis package.
AnalysisImpl DOM-Based implementation of the IAnalysis interface.
ArchAnalysisImpl DOM-Based implementation of the IArchAnalysis interface.
 

Package edu.uci.isr.xarch.analysis Description

DOM-Based implementation of the analysis xArch XML Schema.

This package contains generic interfaces for the analysis 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 analysisContext object using that IXArch. The context object can be used to create objects in this namespace.


xArch/xADL 2.0 Data Binding Library