public enum Rdf4JStorageManager extends Enum<Rdf4JStorageManager> implements ITripleStorage
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Method and Description |
|---|---|
IBackgroundKnowledgeStorage |
getBackgroundKnowledgeStorage() |
IOntologyContextStorage |
getContextStorage() |
IPipelineElementDescriptionStorageCache |
getPipelineElementStorage() |
org.eclipse.rdf4j.repository.Repository |
getRepository() |
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 IBackgroundKnowledgeStorage getBackgroundKnowledgeStorage()
getBackgroundKnowledgeStorage in interface ITripleStoragepublic org.eclipse.rdf4j.repository.Repository getRepository()
getRepository in interface ITripleStoragepublic IPipelineElementDescriptionStorageCache getPipelineElementStorage()
getPipelineElementStorage in interface ITripleStoragepublic IOntologyContextStorage getContextStorage()
getContextStorage in interface ITripleStorageCopyright © 2019. All rights reserved.