public class OntologyRepositoryCollection extends FileRepositoryCollection
Reads the owl file's contents using an 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 |
|---|---|
Iterable<String> |
getEntityNames() |
String |
getName() |
Repository<Entity> |
getRepository(String name) |
boolean |
hasRepository(EntityType entityType) |
boolean |
hasRepository(String name) |
void |
init() |
Iterator<Repository<Entity>> |
iterator() |
addCellProcessor, getFileNameExtensionsaddAttribute, createRepository, deleteAttribute, deleteRepository, getCapabilities, getRepository, updateAttributeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitstreamforEach, spliteratorpublic OntologyRepositoryCollection(File file)
OntologyRepositoryCollection for an ontology filefile - the ontology filepublic void init()
throws IOException
init in class FileRepositoryCollectionIOExceptionpublic String getName()
public Iterator<Repository<Entity>> iterator()
public Repository<Entity> getRepository(String name)
public boolean hasRepository(String name)
public boolean hasRepository(EntityType entityType)
Copyright © 2017. All Rights Reserved.