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

edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo.N3ValidatorVTwo Maven / Gradle / Ivy

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

package edu.cornell.mannlib.vitro.webapp.edit.n3editing.VTwo;

import java.util.Map;

public interface N3ValidatorVTwo {
	public Map validate(EditConfigurationVTwo editConfig, MultiValueEditSubmission editSub);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy