xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.javasourcecode

DOM-Based implementation of the javasourcecode xArch XML Schema.

See:
          Description

Interface Summary
IJavasourcecodeContext The context interface for the javasourcecode package.
IJavaSourceCodeImplementation Interface for accessing objects of the JavaSourceCodeImplementation xsi:type in the javasourcecode namespace.
IJavaSourceCodeManager Interface for accessing objects of the JavaSourceCodeManager xsi:type in the javasourcecode namespace.
IJavaSourceFile Interface for accessing objects of the JavaSourceFile xsi:type in the javasourcecode namespace.
IRepositoryLocation Interface for accessing objects of the RepositoryLocation xsi:type in the javasourcecode namespace.
 

Class Summary
JavasourcecodeConstants Useful contstants for the xArch javasourcecode namespace.
JavasourcecodeContext The context object for the javasourcecode package.
JavaSourceCodeImplementationImpl DOM-Based implementation of the IJavaSourceCodeImplementation interface.
JavaSourceCodeManagerImpl DOM-Based implementation of the IJavaSourceCodeManager interface.
JavaSourceFileImpl DOM-Based implementation of the IJavaSourceFile interface.
RepositoryLocationImpl DOM-Based implementation of the IRepositoryLocation interface.
 

Package edu.uci.isr.xarch.javasourcecode Description

DOM-Based implementation of the javasourcecode xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library