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

Packages that use IEntityModel
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 simplify query and interpretation of IdAS context's schemas. 
 

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

Methods in org.eclipse.higgins.idas.api that return IEntityModel
 IEntityModel IEntity.getModel()
          Returns a model of this type of Entities as it defined in the context's schema.
 

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

Methods in org.eclipse.higgins.idas.api.model that return IEntityModel
 IEntityModel IContextModel.getEntityModel(URI entityType)
          Returns the IEntityModel for the specified entity type
 IEntityModel IEntityModel.getSuperEntityModel()