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.gpo |
Modifier and Type | Method and Description |
---|---|
protected void |
TestGPO.checkLinkSet(ILinkSet ls,
int size) |
Modifier and Type | Interface and Description |
---|---|
interface |
IOrderedLinkSet
An ordered link set.
|
Modifier and Type | Class and Description |
---|---|
class |
LinkSet
A (forward or reverse) link set.
|
Modifier and Type | Method and Description |
---|---|
ILinkSet |
GPO.getLinksIn(org.openrdf.model.URI property)
All ?y where (?y,p,self).
|
ILinkSet |
IGPO.getLinksIn(org.openrdf.model.URI property)
All ?y where (?y,p,self).
|
ILinkSet |
GPO.getLinksOut(org.openrdf.model.URI property)
All ?y where (self,p,?y).
|
ILinkSet |
IGPO.getLinksOut(org.openrdf.model.URI property)
All ?y where (self,p,?y) and ?y is Resource.
|
Modifier and Type | Method and Description |
---|---|
boolean |
GPO.isMemberOf(ILinkSet linkSet) |
boolean |
IGPO.isMemberOf(ILinkSet linkSet)
Exists (?x,linkSet.property,self).
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.