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 | |
com.bigdata.gom.skin |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyGOMTest.showOntology(IGPO onto) |
Modifier and Type | Method and Description |
---|---|
protected void |
ProxyGOMTest.showClassHierarchy(Iterator<IGPO> classes,
int indent) |
Modifier and Type | Method and Description |
---|---|
IGPO |
OWLPropertySkin.getType()
Note that this can be null.
|
Constructor and Description |
---|
OWLClassSkin(IGPO gpo) |
OWLOntologySkin(IGPO gpo) |
OWLPropertySkin(IGPO gpo) |
Modifier and Type | Class and Description |
---|---|
class |
GPO
A TripleStore backed GPO yields a number of challenges.
|
Modifier and Type | Field and Description |
---|---|
protected IGPO |
BasicSkin.m_gpo |
Modifier and Type | Method and Description |
---|---|
IGPO |
BasicSkin.asGeneric() |
IGPO |
GPO.asGeneric() |
IGPO |
IGenericSkin.asGeneric()
|
IGPO |
IOrderedLinkSet.getFirst()
Returns the first member of the link set or
null iff the
link set is empty. |
IGPO |
BasicSkin.getGPOValue(org.openrdf.model.URI key) |
IGPO |
IOrderedLinkSet.getLast()
Returns the last member of the link set or
null iff the link
set is empty. |
IGPO |
GPO.getLink(org.openrdf.model.URI property,
IGPO target)
Return the
IGPO modeling the link iff it exists. |
IGPO |
IGPO.getLink(org.openrdf.model.URI property,
IGPO target)
Return the
IGPO modeling the link iff it exists. |
IGPO |
IOrderedLinkSet.getNext(IGPO member)
Returns the next member of the link set or
null iff
member is the last member of the link set. |
IGPO |
ILinkSet.getOwner()
The generic object that is being pointed at by the members of the link
set.
|
IGPO |
LinkSet.getOwner() |
IGPO |
IOrderedLinkSet.getPrior(IGPO member)
Returns the prior member of the link set or
null iff
member is the first member of the link set. |
IGPO |
GPO.getType() |
IGPO |
IGPO.getType()
FIXME: this method will be moved to an as yet unnamed derived class
that will become the superclass for alchemist generated subclasses.
|
IGPO |
GPO.materialize()
Basis for lazy materialization, checks materialize state and if false
requests matierialization from the ObjectManager
|
IGPO |
IGPO.materialize()
Force the full materialization of the
IGPO . |
Modifier and Type | Method and Description |
---|---|
Set<IGPO> |
GPO.getLinksIn()
getLinksIn simply filters the values for Resources and returns a wrapper.
|
Set<IGPO> |
IGPO.getLinksIn()
All ?y where (?y,?p,self).
|
Set<IGPO> |
GPO.getLinksOut()
All ?y where (self,?,?y).
|
Set<IGPO> |
IGPO.getLinksOut()
All ?y where (self,?p,?y) and ?y is Resource.
|
Iterator<IGPO> |
LinkSet.iterator() |
Modifier and Type | Method and Description |
---|---|
boolean |
LinkSet.add(IGPO arg) |
IGPO |
GPO.getLink(org.openrdf.model.URI property,
IGPO target)
Return the
IGPO modeling the link iff it exists. |
IGPO |
IGPO.getLink(org.openrdf.model.URI property,
IGPO target)
Return the
IGPO modeling the link iff it exists. |
IGPO |
IOrderedLinkSet.getNext(IGPO member)
Returns the next member of the link set or
null iff
member is the last member of the link set. |
IGPO |
IOrderedLinkSet.getPrior(IGPO member)
Returns the prior member of the link set or
null iff
member is the first member of the link set. |
Modifier and Type | Method and Description |
---|---|
boolean |
LinkSet.addAll(Collection<? extends IGPO> arg) |
Constructor and Description |
---|
BasicSkin(IGPO gpo) |
LinkSet(IGPO owner,
org.openrdf.model.URI linkProperty,
boolean linksIn) |
Modifier and Type | Method and Description |
---|---|
IGPO |
ObjectMgrModel.createGPO() |
IGPO |
IObjectManager.createGPO()
The ObjectManager is able to assign automatic ids for a new object.
|
IGPO |
ObjectMgrModel.getDefaultNameMgr() |
IGPO |
ObjectMgrModel.getGPO(org.openrdf.model.Resource id) |
IGPO |
IObjectManager.getGPO(org.openrdf.model.Resource id)
Return a canonical
IGPO for the Resource (canonical
within the scope of this object manager) and never null . |
IGPO |
ObjectMgrModel.getGPO(org.openrdf.model.Statement stmt)
FIXME This is using the
String representation of the
Statement as the blank node ID. |
IGPO |
IObjectManager.getGPO(org.openrdf.model.Statement stmt) |
IGPO |
ObjectMgrModel.recallAsGPO(org.openrdf.model.URI key)
Deprecated.
|
IGPO |
IObjectManager.recallAsGPO(org.openrdf.model.URI key) |
Modifier and Type | Method and Description |
---|---|
Iterator<WeakReference<IGPO>> |
ObjectMgrModel.getGPOs() |
Iterator<WeakReference<IGPO>> |
IObjectManager.getGPOs()
An iterator that visits the weak reference values in the running object
table.
|
protected Map<org.openrdf.model.Resource,IGPO> |
ObjectMgrModel.initGPO(GPO gpo,
ICloseableIterator<org.openrdf.model.Statement> stmts)
Initialize one or more
IGPO s from a collection of statements. |
Map<org.openrdf.model.Resource,IGPO> |
ObjectMgrModel.initGPOs(ICloseableIterator<org.openrdf.model.Statement> itr) |
Map<org.openrdf.model.Resource,IGPO> |
IObjectManager.initGPOs(ICloseableIterator<org.openrdf.model.Statement> itr)
Partially materialize
IGPO s from a stream of Statement s. |
Modifier and Type | Method and Description |
---|---|
void |
ObjectMgrModel.materialize(IGPO gpo) |
void |
IObjectManager.materialize(IGPO gpo)
Ensure Statements are materialized for gpo's Resource:
DESCRIBE ?s . |
protected void |
ObjectMgrModel.materializeWithDescribe(IGPO gpo) |
protected void |
ObjectManager.materializeWithDescribe(IGPO gpo) |
protected void |
ObjectMgrModel.materializeWithSelect(IGPO gpo) |
void |
ObjectMgrModel.remove(IGPO gpo) |
void |
IObjectManager.remove(IGPO gpo)
Remove all assertions involving the specified object.
|
Modifier and Type | Method and Description |
---|---|
static IGenericSkin |
GenericSkinRegistry.asClass(IGPO g,
Class theClassOrInterface)
Helper method for
asClass( Class
theClassOrInterface ) implementations. |
static IGenericSkin |
GenericSkinRegistry.mintGenericSkin(Class implClass,
IGPO g) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.