Package org.semanticweb.owlapi.model
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.
- Since:
- 3.5
- Author:
- Matthew Horridge, Stanford University, Bio-Medical Informatics Research Group
-
Method Summary
Modifier and TypeMethodDescriptionGets 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.
-