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

Packages that use IValueModel
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 IValueModel in org.eclipse.higgins.idas.api
 

Methods in org.eclipse.higgins.idas.api that return IValueModel
 IValueModel IValue.getValueModel()
           
 

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

Subinterfaces of IValueModel in org.eclipse.higgins.idas.api.model
 interface IEntityModel
          Represents a model of a entity as it defined in the context's ontology model.
 interface ISimpleValueModel
          Represents value's model of simple attributes as it defined in the context's schema.
 

Methods in org.eclipse.higgins.idas.api.model that return IValueModel
 IValueModel IAttributeModel.getValueModel()
          Deprecated. Attribute values can all have different value models now