xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.menage

DOM-Based implementation of the menage xArch XML Schema.

See:
          Description

Interface Summary
IMenageContext The context interface for the menage package.
IOptionalComponentPosition Interface for accessing objects of the OptionalComponentPosition xsi:type in the menage namespace.
IOptionalConnectorPosition Interface for accessing objects of the OptionalConnectorPosition xsi:type in the menage namespace.
IOptionalInterfacePosition Interface for accessing objects of the OptionalInterfacePosition xsi:type in the menage namespace.
IOptionalSignaturePosition Interface for accessing objects of the OptionalSignaturePosition xsi:type in the menage namespace.
IPosition Interface for accessing objects of the Position xsi:type in the menage namespace.
 

Class Summary
MenageConstants Useful contstants for the xArch menage namespace.
MenageContext The context object for the menage package.
OptionalComponentPositionImpl DOM-Based implementation of the IOptionalComponentPosition interface.
OptionalConnectorPositionImpl DOM-Based implementation of the IOptionalConnectorPosition interface.
OptionalInterfacePositionImpl DOM-Based implementation of the IOptionalInterfacePosition interface.
OptionalSignaturePositionImpl DOM-Based implementation of the IOptionalSignaturePosition interface.
PositionImpl DOM-Based implementation of the IPosition interface.
 

Package edu.uci.isr.xarch.menage Description

DOM-Based implementation of the menage xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library