Package org.eclipse.higgins.idas.api.model

This package defines core set of interfaces to simlify query and interpretation of IdAS context's schemas.

See:
          Description

Interface Summary
IAttributeComplexValueModel Represents a model of value for complex attributes as it defined in the context's ontology model.
IAttributeModel Represents a model of attribute as it defined in the context's ontology model.
IAttributeSimpleValueModel Represents value's model of simple attributes as it defined in the context's schema.
IAttributeValueModel Represents value's model of attributes as it defined in the context's ontology model.
IContextModel Represents a model of the context object as it defined in the context's ontology model.
IContextModelFactory This interface could be implemented by IdAS context providers so that their IContextModel instances may be instantiated.
IDigitalSubjectModel Represents a model of digital subject as it defined in the context's ontology model.
IDisplayData Represents an information which could be used for visual representation of subject.
IMetadataModel Represents a model of metadata as it defined in the context's ontology model.
IModel Base interface to represent model information of subjects defined in the context's ontology model.
 

Exception Summary
IdASModelException  
 

Package org.eclipse.higgins.idas.api.model Description

This package defines core set of interfaces to simlify query and interpretation of IdAS context's schemas.

Since IdAS compilant schemas are defined in OWL DL format based on Higgins ontology model and it may be complicated for both IdAS context providers and IdAS consumers to query IdAS context's schemas. This package defines core set of interfaces to simlify query and interpretation of IdAS context's schemas.