Package | Description |
---|---|
com.bigdata.gom |
This module provides a scalable client / server architecture for graph data
management based on the principles of REST, Topic Maps, and RDF.
|
com.bigdata.gom.alchemy.owl | |
com.bigdata.gom.gpo | |
com.bigdata.gom.om |
Modifier and Type | Field and Description |
---|---|
protected IObjectManager |
LocalGOMTestCase.om |
protected IObjectManager |
ProxyGOMTest.om |
protected IObjectManager |
RemoteGOMTestCase.om |
Modifier and Type | Method and Description |
---|---|
IObjectManager |
LocalGOMTestCase.getObjectManager() |
IObjectManager |
IGOMProxy.getObjectManager() |
IObjectManager |
RemoteGOMTestCase.getObjectManager() |
Constructor and Description |
---|
Example1(IObjectManager om) |
Modifier and Type | Method and Description |
---|---|
static OWLOntologySkin |
OWLOntologySkin.getOntology(IObjectManager om) |
Modifier and Type | Method and Description |
---|---|
IObjectManager |
GPO.getObjectManager() |
IObjectManager |
IGPO.getObjectManager()
Return the
IObjectManager used to materialize or create this
generic object. |
Constructor and Description |
---|
GPO(IObjectManager om,
org.openrdf.model.BNode id,
org.openrdf.model.Statement stmt) |
GPO(IObjectManager om,
org.openrdf.model.Resource id) |
Modifier and Type | Class and Description |
---|---|
class |
NanoSparqlObjectManager
Remote
IObjectManager using the NanoSparqlServer REST API to communicate with the database. |
class |
ObjectManager
An
IObjectManager for use with an embedded database, including JSP
pages running in the same webapp as the NanoSparqlServer and applications
that do not expose a public web interface. |
class |
ObjectMgrModel
Base class for
IObjectManager implementations. |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.