Interface HasDataFactory

All Known Subinterfaces:
OWLOntologyManager
All Known Implementing Classes:
OWLOntologyManagerImpl
Functional Interface:
This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.

@FunctionalInterface public interface HasDataFactory
Since:
3.5
Author:
Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
  • Method Summary

    Modifier and Type
    Method
    Description
    Gets a data factory which can be used to create OWL API objects such as classes, properties, individuals, axioms etc.
  • Method Details

    • getOWLDataFactory

      OWLDataFactory getOWLDataFactory()
      Gets a data factory which can be used to create OWL API objects such as classes, properties, individuals, axioms etc.
      Returns:
      A reference to a data factory for creating OWL API objects.