public interface OWLOntologyBuilder extends Serializable
Modifier and Type | Method and Description |
---|---|
OWLOntology |
createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
default void |
setLock(ReadWriteLock lock)
Override the lock in the ontology builder; this is a workaround for #806
|
@Nonnull OWLOntology createOWLOntology(@Nonnull OWLOntologyManager manager, @Nonnull OWLOntologyID ontologyID)
manager
- manager for the ontology to be createdontologyID
- id for the ontology to be createddefault void setLock(ReadWriteLock lock)
lock
- overriding lock instance to useCopyright © 2020 The University of Manchester. All rights reserved.