xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.sourcecodeeclipse

DOM-Based implementation of the sourcecodeeclipse xArch XML Schema.

See:
          Description

Interface Summary
IEclipseProjectId Interface for accessing objects of the EclipseProjectId xsi:type in the sourcecodeeclipse namespace.
IEclipseProjectName Interface for accessing objects of the EclipseProjectName xsi:type in the sourcecodeeclipse namespace.
IEclipseSourceCodeManager Interface for accessing objects of the EclipseSourceCodeManager xsi:type in the sourcecodeeclipse namespace.
ISourcecodeeclipseContext The context interface for the sourcecodeeclipse package.
 

Class Summary
EclipseProjectIdImpl DOM-Based implementation of the IEclipseProjectId interface.
EclipseProjectNameImpl DOM-Based implementation of the IEclipseProjectName interface.
EclipseSourceCodeManagerImpl DOM-Based implementation of the IEclipseSourceCodeManager interface.
SourcecodeeclipseConstants Useful contstants for the xArch sourcecodeeclipse namespace.
SourcecodeeclipseContext The context object for the sourcecodeeclipse package.
 

Package edu.uci.isr.xarch.sourcecodeeclipse Description

DOM-Based implementation of the sourcecodeeclipse xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library