xArch/xADL 2.0 Data Binding Library

Package edu.uci.isr.xarch.options

DOM-Based implementation of the options xArch XML Schema.

See:
          Description

Interface Summary
IGuard Interface for accessing objects of the Guard xsi:type in the options namespace.
IOptional Interface for accessing objects of the Optional xsi:type in the options namespace.
IOptionalComponent Interface for accessing objects of the OptionalComponent xsi:type in the options namespace.
IOptionalConnector Interface for accessing objects of the OptionalConnector xsi:type in the options namespace.
IOptionalInterface Interface for accessing objects of the OptionalInterface xsi:type in the options namespace.
IOptionalLink Interface for accessing objects of the OptionalLink xsi:type in the options namespace.
IOptionalSignature Interface for accessing objects of the OptionalSignature xsi:type in the options namespace.
IOptionalSignatureInterfaceMapping Interface for accessing objects of the OptionalSignatureInterfaceMapping xsi:type in the options namespace.
IOptionsContext The context interface for the options package.
 

Class Summary
GuardImpl DOM-Based implementation of the IGuard interface.
OptionalComponentImpl DOM-Based implementation of the IOptionalComponent interface.
OptionalConnectorImpl DOM-Based implementation of the IOptionalConnector interface.
OptionalImpl DOM-Based implementation of the IOptional interface.
OptionalInterfaceImpl DOM-Based implementation of the IOptionalInterface interface.
OptionalLinkImpl DOM-Based implementation of the IOptionalLink interface.
OptionalSignatureImpl DOM-Based implementation of the IOptionalSignature interface.
OptionalSignatureInterfaceMappingImpl DOM-Based implementation of the IOptionalSignatureInterfaceMapping interface.
OptionsConstants Useful contstants for the xArch options namespace.
OptionsContext The context object for the options package.
 

Package edu.uci.isr.xarch.options Description

DOM-Based implementation of the options xArch XML Schema.

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


xArch/xADL 2.0 Data Binding Library