public class OntologyRepositoryCollection extends FileRepositoryCollection
OntologyLoader. Fills InMemoryRepositorys with their contents.cellProcessors| Constructor and Description |
|---|
OntologyRepositoryCollection(File file)
Creates a new
OntologyRepositoryCollection for an ontology file |
| Modifier and Type | Method and Description |
|---|---|
Repository |
addEntityMeta(EntityMetaData entityMeta) |
Iterable<String> |
getEntityNames() |
String |
getName() |
Repository |
getRepository(String name) |
boolean |
hasRepository(String name) |
Iterator<Repository> |
iterator() |
addCellProcessor, getFileNameExtensionsclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliteratorpublic OntologyRepositoryCollection(File file) throws org.semanticweb.owlapi.model.OWLOntologyCreationException, FileNotFoundException, IOException
OntologyRepositoryCollection for an ontology filefile - the ontology fileorg.semanticweb.owlapi.model.OWLOntologyCreationExceptionFileNotFoundExceptionIOExceptionpublic Iterable<String> getEntityNames()
getEntityNames in interface RepositoryCollectiongetEntityNames in class FileRepositoryCollectionpublic String getName()
public Repository addEntityMeta(EntityMetaData entityMeta)
public Iterator<Repository> iterator()
public Repository getRepository(String name)
getRepository in interface RepositoryCollectiongetRepository in class FileRepositoryCollectionpublic boolean hasRepository(String name)
Copyright © 2015. All Rights Reserved.