Class DefaultOps

  • All Implemented Interfaces:
    Serializable, OntologyOps

    public abstract class DefaultOps
    extends Object
    implements OntologyOps, Serializable
    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
    See Also:
    Serialized Form
    • Constructor Detail

      • DefaultOps

        public DefaultOps()