Interface OntologyFactory


public interface OntologyFactory
A factory for Ontology instances.
Author:
Matthew Pocock
  • Method Summary

    Modifier and Type
    Method
    Description
    createOntology(String name, String description)
    Creates a new Ontology
  • Method Details