xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.versions

DOM-Based implementation of the versions xArch XML Schema.

See:
          Description

Interface Summary
IArchVersions Interface for accessing objects of the ArchVersions xsi:type in the versions namespace.
IComponentTypeVersionGraph Interface for accessing objects of the ComponentTypeVersionGraph xsi:type in the versions namespace.
IConnectorTypeVersionGraph Interface for accessing objects of the ConnectorTypeVersionGraph xsi:type in the versions namespace.
IInterfaceTypeImplVers Interface for accessing objects of the InterfaceTypeImplVers xsi:type in the versions namespace.
IInterfaceTypeVersionGraph Interface for accessing objects of the InterfaceTypeVersionGraph xsi:type in the versions namespace.
INode Interface for accessing objects of the Node xsi:type in the versions namespace.
IVariantComponentTypeImplVers Interface for accessing objects of the VariantComponentTypeImplVers xsi:type in the versions namespace.
IVariantConnectorTypeImplVers Interface for accessing objects of the VariantConnectorTypeImplVers xsi:type in the versions namespace.
IVersionID Interface for accessing objects of the VersionID xsi:type in the versions namespace.
IVersionsContext The context interface for the versions package.
 

Class Summary
ArchVersionsImpl DOM-Based implementation of the IArchVersions interface.
ComponentTypeVersionGraphImpl DOM-Based implementation of the IComponentTypeVersionGraph interface.
ConnectorTypeVersionGraphImpl DOM-Based implementation of the IConnectorTypeVersionGraph interface.
InterfaceTypeImplVersImpl DOM-Based implementation of the IInterfaceTypeImplVers interface.
InterfaceTypeVersionGraphImpl DOM-Based implementation of the IInterfaceTypeVersionGraph interface.
NodeImpl DOM-Based implementation of the INode interface.
VariantComponentTypeImplVersImpl DOM-Based implementation of the IVariantComponentTypeImplVers interface.
VariantConnectorTypeImplVersImpl DOM-Based implementation of the IVariantConnectorTypeImplVers interface.
VersionIDImpl DOM-Based implementation of the IVersionID interface.
VersionsConstants Useful contstants for the xArch versions namespace.
VersionsContext The context object for the versions package.
 

Package edu.uci.isr.xarch.versions Description

DOM-Based implementation of the versions xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library