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

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

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

Methods in org.eclipse.higgins.idas.api that return IModel
 IModel IContext.getModel(URI elementType)
          Returns a model of whatever is named by the passed identifier
 

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

Subinterfaces of IModel in org.eclipse.higgins.idas.api.model
 interface IAttributeComplexValueModel
          Represents a model of value for complex attributes as it defined in the context's ontology 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 IDigitalSubjectModel
          Represents a model of digital subject as it defined in the context's ontology model.
 interface IMetadataModel
          Represents a model of metadata 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 model of the subject with the specific type.