xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.diff

DOM-Based implementation of the diff xArch XML Schema.

See:
          Description

Interface Summary
IAdd Interface for accessing objects of the Add xsi:type in the diff namespace.
IDiff Interface for accessing objects of the Diff xsi:type in the diff namespace.
IDiffContext The context interface for the diff package.
IDiffPart Interface for accessing objects of the DiffPart xsi:type in the diff namespace.
IRemove Interface for accessing objects of the Remove xsi:type in the diff namespace.
 

Class Summary
AddImpl DOM-Based implementation of the IAdd interface.
DiffConstants Useful contstants for the xArch diff namespace.
DiffContext The context object for the diff package.
DiffImpl DOM-Based implementation of the IDiff interface.
DiffPartImpl DOM-Based implementation of the IDiffPart interface.
RemoveImpl DOM-Based implementation of the IRemove interface.
 

Package edu.uci.isr.xarch.diff Description

DOM-Based implementation of the diff xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library