001package org.biojava.ontology; 002 003 004/** 005 * Default implementation of OntologyOps. 006 * 007 * 008 * Sub-class this and implement the getOntology() method when implementing 009 * an Ontolgy class that can't provide optimized access for these routines. 010 * 011 * @author Matthew Pocock 012 */ 013public abstract class DefaultOps 014implements OntologyOps, java.io.Serializable { 015 016}