
org.biojava.ontology.DefaultOps Maven / Gradle / Ivy
package org.biojava.ontology;
/**
* Default implementation of OntologyOps.
*
*
* Sub-class this and implement the getOntology() method when implementing
* an Ontolgy class that can't provide optimized access for these routines.
*
* @author Matthew Pocock
*/
public abstract class DefaultOps
implements OntologyOps, java.io.Serializable {
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy