xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.lookupimplementation

DOM-Based implementation of the lookupimplementation xArch XML Schema.

See:
          Description

Interface Summary
ILookupImplementation Interface for accessing objects of the LookupImplementation xsi:type in the lookupimplementation namespace.
ILookupimplementationContext The context interface for the lookupimplementation package.
ILookupName Interface for accessing objects of the LookupName xsi:type in the lookupimplementation namespace.
 

Class Summary
LookupimplementationConstants Useful contstants for the xArch lookupimplementation namespace.
LookupimplementationContext The context object for the lookupimplementation package.
LookupImplementationImpl DOM-Based implementation of the ILookupImplementation interface.
LookupNameImpl DOM-Based implementation of the ILookupName interface.
 

Package edu.uci.isr.xarch.lookupimplementation Description

DOM-Based implementation of the lookupimplementation xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library