public enum Rdf4JStorageManager extends Enum<Rdf4JStorageManager> implements ITripleStorage
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
IBackgroundKnowledgeStorage |
getBackgroundKnowledgeStorage() |
IOntologyContextStorage |
getContextStorage() |
javax.persistence.EntityManager |
getEntityManager() |
org.eclipse.rdf4j.repository.Repository |
getRepository() |
IPipelineElementDescriptionStorage |
getSesameStorage() |
IPipelineElementDescriptionStorage |
getStorageAPI() |
void |
initSesameDatabases() |
static Rdf4JStorageManager |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Rdf4JStorageManager[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Rdf4JStorageManager INSTANCE
public static Rdf4JStorageManager[] values()
for (Rdf4JStorageManager c : Rdf4JStorageManager.values()) System.out.println(c);
public static Rdf4JStorageManager valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic void initSesameDatabases()
public IBackgroundKnowledgeStorage getBackgroundKnowledgeStorage()
getBackgroundKnowledgeStorage in interface ITripleStoragepublic org.eclipse.rdf4j.repository.Repository getRepository()
getRepository in interface ITripleStoragepublic IPipelineElementDescriptionStorage getStorageAPI()
getStorageAPI in interface ITripleStoragepublic javax.persistence.EntityManager getEntityManager()
getEntityManager in interface ITripleStoragepublic IOntologyContextStorage getContextStorage()
getContextStorage in interface ITripleStoragepublic IPipelineElementDescriptionStorage getSesameStorage()
getSesameStorage in interface ITripleStorageCopyright © 2019. All rights reserved.