enabling model change preprocessors to be associated with application and not just edit configuration objects

This commit is contained in:
hudajkhan 2014-07-30 14:31:49 -04:00
parent 2baa2c33e0
commit 0ce10b32e6
2 changed files with 118 additions and 3 deletions

View file

@ -63,7 +63,12 @@ display:RequiredAction a owl:Class ;
<java:edu.cornell.mannlib.vitro.webapp.utils.dataGetter.IndividualsForClassesDataGetter>
a owl:Class .
## Class defining what N3 editing model preprocessors are associated with the system
## This is technically a JAVA interface but we can designate this as an owl:Class to indicate
## which classes are model change preprocessors
<java:edu.cornell.mannlib.vitro.webapp.edit.n3editing.configuration.preprocessors.ModelChangePreprocessor> a owl:Class .
########Data Properties#########
###Basic