Uses of Interface
org.eclipse.higgins.idas.api.model.IModel

Packages that use IModel
org.eclipse.higgins.idas.api.model This package defines core set of interfaces to simplify query and interpretation of IdAS context's schemas. 
 

Uses of IModel in org.eclipse.higgins.idas.api.model
 

Subinterfaces of IModel in org.eclipse.higgins.idas.api.model
 interface IAttributeModel
          Represents a model of attribute as it defined in the context's ontology model.
 interface IAttributeSimpleValueModel
          Represents value's model of simple attributes as it defined in the context's schema.
 interface IAttributeValueModel
          Represents value's model of attributes as it defined in the context's ontology model.
 interface IContextModel
          Represents a model of the context object as it defined in the context's ontology model.
 interface IEntityModel
          Represents a model of a entity as it defined in the context's ontology model.
 

Methods in org.eclipse.higgins.idas.api.model that return IModel
 IModel IContextModel.getModel(URI type)
          Generic method to query context model for any kind of element matching the specified type.