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

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

See:
          Description

Interface Summary
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.
IDisplayData Represents an information which could be used for visual representation of entity.
IEntityModel Represents a model of a entity as it defined in the context's ontology model.
IModel Base interface to represent model information of elements 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 simplify query and interpretation of IdAS context's schemas.

Since IdAS compliment 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 simplify query and interpretation of IdAS context's schemas.