xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.variants

DOM-Based implementation of the variants xArch XML Schema.

See:
          Description

Interface Summary
IVariant Interface for accessing objects of the Variant xsi:type in the variants namespace.
IVariantComponentType Interface for accessing objects of the VariantComponentType xsi:type in the variants namespace.
IVariantConnectorType Interface for accessing objects of the VariantConnectorType xsi:type in the variants namespace.
IVariantsContext The context interface for the variants package.
 

Class Summary
VariantComponentTypeImpl DOM-Based implementation of the IVariantComponentType interface.
VariantConnectorTypeImpl DOM-Based implementation of the IVariantConnectorType interface.
VariantImpl DOM-Based implementation of the IVariant interface.
VariantsConstants Useful contstants for the xArch variants namespace.
VariantsContext The context object for the variants package.
 

Package edu.uci.isr.xarch.variants Description

DOM-Based implementation of the variants xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library