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 {

}
