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

pt.unl.fct.di.novalincs.nohr.plugin.DisposableVocabulary Maven / Gradle / Ivy

package pt.unl.fct.di.novalincs.nohr.plugin;

/*
 * #%L
 * nohr-plugin
 * %%
 * Copyright (C) 2014 - 2015 NOVA Laboratory of Computer Science and Informatics (NOVA LINCS)
 * %%
 * This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.
 * #L%
 */

import org.protege.editor.core.Disposable;
import org.semanticweb.owlapi.model.OWLOntology;

import pt.unl.fct.di.novalincs.nohr.model.vocabulary.DefaultVocabulary;

class DisposableVocabulary extends DefaultVocabulary implements Disposable {

	public DisposableVocabulary(OWLOntology ontology) {
		super(ontology);
	}

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy