|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ElmoModule | |
|---|---|
| org.openrdf.elmo | |
| org.openrdf.elmo.sesame | Implements the Elmo API for the Sesame RDF Repository. |
| Uses of ElmoModule in org.openrdf.elmo |
|---|
| Methods in org.openrdf.elmo that return ElmoModule | |
|---|---|
ElmoModule |
ElmoModule.addBehaviour(Class<?> behaviour)
Associates this behaviour with its default subject type. |
ElmoModule |
ElmoModule.addBehaviour(Class<?> behaviour,
String type)
Associates this behaviour with the given subject type. |
ElmoModule |
ElmoModule.addConcept(Class<?> concept)
Associates this concept with its default subject type. |
ElmoModule |
ElmoModule.addConcept(Class<?> concept,
String type)
Associates this concept with the given subject type. |
ElmoModule |
ElmoModule.addDataset(URL dataset)
Marks this dataset to be loaded into the repository under a context of the same URL. |
ElmoModule |
ElmoModule.addDataset(URL dataset,
String context)
Marks this dataset to be loaded and replace any data in the given context. |
ElmoModule |
ElmoModule.addDatatype(Class<?> type,
String uri)
Associates this datatype with the given uri within this factory. |
ElmoModule |
ElmoModule.addFactory(Class<?> factory)
Associates this factory with its default subject type. |
ElmoModule |
ElmoModule.addFactory(Class<?> factory,
String type)
Associates this factory with the given subject type. |
ElmoModule |
ElmoModule.addJarFileUrl(URL jarFile)
|
ElmoModule |
ElmoModule.addLiteral(Class<?> type,
String uri)
Deprecated. |
ElmoModule |
ElmoModule.addResources(String path)
Load a resource listing datasets - optionally assigned to a context |
ElmoModule |
ElmoModule.addRole(Class<?> role)
Deprecated. |
ElmoModule |
ElmoModule.addRole(Class<?> role,
String type)
Deprecated. |
ElmoModule |
ElmoModule.includeModule(ElmoModule module)
Include all the information from the given module in this module. |
ElmoModule |
ElmoModule.setContext(QName graph)
Deprecated. |
ElmoModule |
ElmoModule.setGraph(QName graph)
Sets the primary graph of this module. |
| Methods in org.openrdf.elmo with parameters of type ElmoModule | |
|---|---|
ElmoModule |
ElmoModule.includeModule(ElmoModule module)
Include all the information from the given module in this module. |
| Uses of ElmoModule in org.openrdf.elmo.sesame |
|---|
| Constructors in org.openrdf.elmo.sesame with parameters of type ElmoModule | |
|---|---|
SesameManagerFactory(ElmoModule module)
|
|
SesameManagerFactory(ElmoModule module,
File dataDir,
String repositoryId)
|
|
SesameManagerFactory(ElmoModule module,
Repository repository)
|
|
SesameManagerFactory(ElmoModule module,
String appId,
String repositoryId)
|
|
SesameManagerFactory(ElmoModule module,
URL server,
String repositoryId)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||