public class ConcurrentOWLOntologyBuilder extends Object implements OWLOntologyBuilder
| Constructor and Description |
|---|
ConcurrentOWLOntologyBuilder(OWLOntologyBuilder builder,
ReadWriteLock readWriteLock) |
| Modifier and Type | Method and Description |
|---|---|
OWLOntology |
createOWLOntology(OWLOntologyManager manager,
OWLOntologyID ontologyID) |
@Inject public ConcurrentOWLOntologyBuilder(OWLOntologyBuilder builder, ReadWriteLock readWriteLock)
builder - ontology builderreadWriteLock - lockpublic OWLOntology createOWLOntology(OWLOntologyManager manager, OWLOntologyID ontologyID)
createOWLOntology in interface OWLOntologyBuildermanager - manager for the ontology to be createdontologyID - id for the ontology to be createdCopyright © 2017 The University of Manchester. All rights reserved.