Uses of Class
edu.cornell.mannlib.vitro.webapp.reasoner.ModelUpdate.Operation
-
Packages that use ModelUpdate.Operation Package Description edu.cornell.mannlib.vitro.webapp.reasoner -
-
Uses of ModelUpdate.Operation in edu.cornell.mannlib.vitro.webapp.reasoner
Methods in edu.cornell.mannlib.vitro.webapp.reasoner that return ModelUpdate.Operation Modifier and Type Method Description ModelUpdate.OperationModelUpdate. getOperation()static ModelUpdate.OperationModelUpdate.Operation. valueOf(String name)Returns the enum constant of this type with the specified name.static ModelUpdate.Operation[]ModelUpdate.Operation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.cornell.mannlib.vitro.webapp.reasoner with parameters of type ModelUpdate.Operation Modifier and Type Method Description protected voidSimpleReasoner. doPlugins(ModelUpdate.Operation op, org.apache.jena.rdf.model.Statement stmt)voidModelUpdate. setOperation(ModelUpdate.Operation operation)Constructors in edu.cornell.mannlib.vitro.webapp.reasoner with parameters of type ModelUpdate.Operation Constructor Description ModelUpdate(org.apache.jena.rdf.model.Statement statement, ModelUpdate.Operation operation, String modelURI)
-