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

org.protege.editor.owl.model.entity.AutoIDGenerator Maven / Gradle / Ivy

Go to download

OWL ontology editing infrastructure used by the Protege desktop application.

The newest version!
package org.protege.editor.owl.model.entity;

import org.semanticweb.owlapi.model.OWLEntity;
/*
* Copyright (C) 2007, University of Manchester
*
*
*/

/**
 * Author: drummond
* http://www.cs.man.ac.uk/~drummond/

* The University Of Manchester
* Bio Health Informatics Group
* Date: Jul 25, 2008

*/ public interface AutoIDGenerator { String getNextID(Class type) throws AutoIDException; }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy