Uses of Class
org.eclipse.higgins.idas.model.impl.ContextModel

Packages that use ContextModel
org.eclipse.higgins.idas.cp.jena2.impl   
org.eclipse.higgins.idas.model.impl   
 

Uses of ContextModel in org.eclipse.higgins.idas.cp.jena2.impl
 

Methods in org.eclipse.higgins.idas.cp.jena2.impl that return ContextModel
static ContextModel AbstractContextFactory.getContextModel(String schemaResource, String schemaURI)
           
 

Uses of ContextModel in org.eclipse.higgins.idas.model.impl
 

Constructors in org.eclipse.higgins.idas.model.impl with parameters of type ContextModel
AttributeComplexValueModel(ContextModel ctx, AttributeModel parent, com.hp.hpl.jena.ontology.ObjectProperty attr)
           
AttributeModel(ContextModel ctx, com.hp.hpl.jena.ontology.DatatypeProperty dp, AttributeComplexValueModel parent)
           
AttributeModel(ContextModel ctx, com.hp.hpl.jena.ontology.DatatypeProperty dp, EntityModel parent)
           
AttributeModel(ContextModel ctx, com.hp.hpl.jena.ontology.ObjectProperty op, AttributeComplexValueModel parent)
           
AttributeModel(ContextModel ctx, com.hp.hpl.jena.ontology.ObjectProperty op, EntityModel parent)
           
EntityModel(com.hp.hpl.jena.ontology.OntClass entityClass, EntityModel parent, ContextModel ctx)
           
SimpleValueModel(ContextModel ctx, AttributeModel parent, com.hp.hpl.jena.ontology.DatatypeProperty property)