All Downloads are FREE. Search and download functionalities are using the official Maven repository.

edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology.RemoveOwlClass Maven / Gradle / Ivy

/* $This file is distributed under the terms of the license in LICENSE$ */

package edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ontology;

import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces.OntoRequestedAction;
import edu.cornell.mannlib.vitro.webapp.auth.requestedAction.ifaces.SingleParameterAction;

/** Should we allow the user to remove a class from the ontology? */
public class RemoveOwlClass extends SingleParameterAction implements OntoRequestedAction{
	// no fields
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy