xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.javaimplementation

DOM-Based implementation of the javaimplementation xArch XML Schema.

See:
          Description

Interface Summary
IJavaClassFile Interface for accessing objects of the JavaClassFile xsi:type in the javaimplementation namespace.
IJavaClassName Interface for accessing objects of the JavaClassName xsi:type in the javaimplementation namespace.
IJavaImplementation Interface for accessing objects of the JavaImplementation xsi:type in the javaimplementation namespace.
IJavaimplementationContext The context interface for the javaimplementation package.
 

Class Summary
JavaClassFileImpl DOM-Based implementation of the IJavaClassFile interface.
JavaClassNameImpl DOM-Based implementation of the IJavaClassName interface.
JavaimplementationConstants Useful contstants for the xArch javaimplementation namespace.
JavaimplementationContext The context object for the javaimplementation package.
JavaImplementationImpl DOM-Based implementation of the IJavaImplementation interface.
 

Package edu.uci.isr.xarch.javaimplementation Description

DOM-Based implementation of the javaimplementation xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library