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

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

Methods in org.eclipse.higgins.idas.api that return IContextModel
 IContextModel IContext.getContextModel()
          Returns a model of the context object as it defined in the context's schema.
 

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

Methods in org.eclipse.higgins.idas.api.model that return IContextModel
 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.