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

Packages that use EntityModel
org.eclipse.higgins.idas.model.impl   
 

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

Methods in org.eclipse.higgins.idas.model.impl that return EntityModel
 EntityModel ContextModel.getTopEntityModel()
           
 

Methods in org.eclipse.higgins.idas.model.impl with parameters of type EntityModel
 void ContextModel.registerEntity(EntityModel nm)
           
 void EntityModel.addSubEntity(EntityModel child)
           
 

Constructors in org.eclipse.higgins.idas.model.impl with parameters of type EntityModel
AttributeModel(ContextModel ctx, com.hp.hpl.jena.ontology.DatatypeProperty dp, EntityModel 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)