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 |
---|---|
List<IBinder<SSSP.VS,SSSP.ES,Integer>> |
SSSP.getBinderList()
Return a list of interfaces that may be used to extract variable bindings
for the vertices visited by the algorithm.
|
Modifier and Type | Method and Description |
---|---|
SSSP.VS |
SSSP.apply(IGASState<SSSP.VS,SSSP.ES,Integer> state,
org.openrdf.model.Value u,
Integer sum)
NOP.
|
Integer |
SSSP.gather(IGASState<SSSP.VS,SSSP.ES,Integer> state,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
src.dist + edge_length (1) |
void |
SSSP.initVertex(IGASContext<SSSP.VS,SSSP.ES,Integer> ctx,
IGASState<SSSP.VS,SSSP.ES,Integer> state,
org.openrdf.model.Value u)
Set the
SSSP.VS.dist() to ZERO (0). |
void |
SSSP.initVertex(IGASContext<SSSP.VS,SSSP.ES,Integer> ctx,
IGASState<SSSP.VS,SSSP.ES,Integer> state,
org.openrdf.model.Value u)
Set the
SSSP.VS.dist() to ZERO (0). |
boolean |
SSSP.nextRound(IGASContext<SSSP.VS,SSSP.ES,Integer> ctx) |
void |
SSSP.prunePaths(IGASContext<SSSP.VS,SSSP.ES,Integer> ctx,
org.openrdf.model.Value[] targetVertices) |
void |
SSSP.scatter(IGASState<SSSP.VS,SSSP.ES,Integer> state,
IGASScheduler sch,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
The remote vertex is scheduled the weighted edge from this vertex to the
remote vertex plus the weight on this vertex is less than the weight on
the remote vertex.
|
Integer |
SSSP.sum(IGASState<SSSP.VS,SSSP.ES,Integer> state,
Integer left,
Integer right)
UNUSED.
|
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.