Uses of Class
org.eclipse.higgins.idas.cp.jena2.impl.Context

Packages that use Context
org.eclipse.higgins.idas.cp.jena2.impl   
 

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

Constructors in org.eclipse.higgins.idas.cp.jena2.impl with parameters of type Context
Attribute(Context context, Entity owner, URI type, org.eclipse.higgins.idas.api.model.IAttributeModel model)
           
Entity(Context context, Attribute owner, URI type, URI id, org.eclipse.higgins.idas.api.model.IHasAttributeModel model)
           
Entity(Context context, com.hp.hpl.jena.ontology.Individual individual, Attribute owner, org.eclipse.higgins.idas.api.model.IHasAttributeModel model, URI type)
           
SimpleValue(Context context, Attribute owner, com.hp.hpl.jena.rdf.model.Literal literal, URI type, org.eclipse.higgins.idas.api.model.ISimpleValueModel model)
           
SimpleValue(Context context, Attribute owner, URI type, Object data, org.eclipse.higgins.idas.api.model.ISimpleValueModel model)