Package | Description |
---|---|
com.bigdata.rdf.graph.analytics |
This package provides implementations of various graph analytics using the
GAS API.
|
Modifier and Type | Method and Description |
---|---|
BFS.VS |
BFS.apply(IGASState<BFS.VS,BFS.ES,Void> state,
org.openrdf.model.Value u,
Void sum)
NOP
|
Modifier and Type | Method and Description |
---|---|
List<IBinder<BFS.VS,BFS.ES,Void>> |
BFS.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
Factory<org.openrdf.model.Value,BFS.VS> |
BFS.getVertexStateFactory() |
Modifier and Type | Method and Description |
---|---|
BFS.VS |
BFS.apply(IGASState<BFS.VS,BFS.ES,Void> state,
org.openrdf.model.Value u,
Void sum)
NOP
|
Void |
BFS.gather(IGASState<BFS.VS,BFS.ES,Void> state,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
Not used.
|
void |
BFS.initVertex(IGASContext<BFS.VS,BFS.ES,Void> ctx,
IGASState<BFS.VS,BFS.ES,Void> state,
org.openrdf.model.Value u)
Not used.
|
void |
BFS.initVertex(IGASContext<BFS.VS,BFS.ES,Void> ctx,
IGASState<BFS.VS,BFS.ES,Void> state,
org.openrdf.model.Value u)
Not used.
|
boolean |
BFS.isChanged(IGASState<BFS.VS,BFS.ES,Void> state,
org.openrdf.model.Value u)
Returns
true . |
boolean |
BFS.nextRound(IGASContext<BFS.VS,BFS.ES,Void> ctx) |
void |
BFS.prunePaths(IGASContext<BFS.VS,BFS.ES,Void> ctx,
org.openrdf.model.Value[] targetVertices) |
void |
BFS.scatter(IGASState<BFS.VS,BFS.ES,Void> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
The remote vertex is scheduled for activation unless it has already been
visited.
|
Void |
BFS.sum(IGASState<BFS.VS,BFS.ES,Void> state,
Void left,
Void right)
Not used.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.