Class ModelContext
- java.lang.Object
-
- edu.cornell.mannlib.vitro.webapp.dao.jena.ModelContext
-
public class ModelContext extends Object
-
-
Constructor Summary
Constructors Constructor Description ModelContext()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregisterListenerForChanges(javax.servlet.ServletContext ctx, org.apache.jena.rdf.model.ModelChangedListener ml)Register a listener to the models needed to get changes to: Basic abox statemetns: abox object property statements abox data property statements abox rdf:type statements inferred types of individuals in abox class group membership of individuals in abox rdfs:labe annotations of things in abox.
-
-
-
Method Detail
-
registerListenerForChanges
public static void registerListenerForChanges(javax.servlet.ServletContext ctx, org.apache.jena.rdf.model.ModelChangedListener ml)Register a listener to the models needed to get changes to: Basic abox statemetns: abox object property statements abox data property statements abox rdf:type statements inferred types of individuals in abox class group membership of individuals in abox rdfs:labe annotations of things in abox. Basic application annotations: changes to annotations on classes changes to annotations on class gorups changes to annotations on properties Changes to application model
-
-