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 simlify 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
 Object IAttributeSimpleValueModel.toValueForm(String lexicalForm)
          Convert given String to value form of represented value.
 String IAttributeSimpleValueModel.toLexicalForm(Object value)
          Convert given Object to lexical form of represented value.
 Object IMetadataModel.toValueForm(String lexicalForm)
          Convert given String to value form of represented value.
 String IMetadataModel.toLexicalForm(Object value)
          Convert given Object to lexical form of represented value.
 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.
 IContextModel IContextModelFactory.createContextModel(String schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.
 IContextModel IContextModelFactory.createContextModel(InputStream schema)
          Creates IContextModel representation of context's ontology model supplied as the parameter.