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

org.protege.editor.owl.model.repository.TONESRepositoryFactory Maven / Gradle / Ivy

package org.protege.editor.owl.model.repository;

import org.protege.editor.core.OntologyRepository;
import org.protege.editor.core.OntologyRepositoryFactory;
/*
 * Copyright (C) 2008, University of Manchester
 *
 *
 */


/**
 * Author: Matthew Horridge
The University Of Manchester
Information Management Group
Date: * 18-Oct-2008

*/ public class TONESRepositoryFactory extends OntologyRepositoryFactory { public OntologyRepository createRepository() { return new TONESRepository(); } public void initialise() throws Exception { } public void dispose() throws Exception { } }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy