Uses of Class
org.eclipse.higgins.idas.api.model.IdASModelException

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

Methods in org.eclipse.higgins.idas.api.model that throw IdASModelException
 IContextModel IContextModelFactory.createContextModel(InputStream schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 IContextModel IContextModelFactory.createContextModel(String schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 IContextModel IContextModelFactory.createContextModel(URI schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 IContextModel IContextModelFactory.createContextModel(URL schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 String IAttributeModel.getAttributeMode()
          For some context providers the data storage model depends on whether the attribute is single- or multiple- valued.
 IAttributeModel IHasAttributeModel.getAttributeModel(URI attrID)
          Returns IAttributeModel for the specified attribute ID
 List IHasAttributeModel.getAttributeModels()
          Returns IAttributeModels for the attributes which are defined (allowed) by this context's model.
 IEntityModel IContextModel.getEntityModel(URI entityType)
          Returns the IEntityModel for the specified entity type
 List IContextModel.getEntityModels()
           
 List IAttributeModel.getInheretedValueModels()
           
 List IHasAttributeModel.getInheritedAttributeModels()
           
 int IHasAttributeModel.getMaxCardinality(URI attributeType)
           
 int IHasAttributeModel.getMinCardinality(URI attributeType)
           
 IModel IContextModel.getModel(URI type)
          Generic method to query context model for any kind of element matching the specified type.
 List IHasAttributeModel.getOwnAttributeModels()
           
 List IAttributeModel.getOwners()
           
 List IAttributeModel.getOwnValueModels()
           
 List IAttributeModel.getSubAttributes()
           
 List IEntityModel.getSubEntityModels()
           
 IAttributeModel IAttributeModel.getSuperAttribute()
           
 IEntityModel IEntityModel.getSuperEntityModel()
           
 URI IModel.getType()
          Returns the type of element that this model represents.
 IValueModel IAttributeModel.getValueModel()
          Deprecated. Attribute values can all have different value models now
 List IAttributeModel.getValueModels()
           
 boolean IAttributeModel.isSimple()