Package | Description |
---|---|
com.bigdata.rdf.graph.impl.bd |
Modifier and Type | Method and Description |
---|---|
PATHS.VS |
PATHS.apply(IGASState<PATHS.VS,PATHS.ES,Void> state,
org.openrdf.model.Value u,
Void sum)
NOP
|
Modifier and Type | Method and Description |
---|---|
List<IBinder<PATHS.VS,PATHS.ES,Void>> |
PATHS.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,PATHS.VS> |
PATHS.getVertexStateFactory() |
Modifier and Type | Method and Description |
---|---|
PATHS.VS |
PATHS.apply(IGASState<PATHS.VS,PATHS.ES,Void> state,
org.openrdf.model.Value u,
Void sum)
NOP
|
Void |
PATHS.gather(IGASState<PATHS.VS,PATHS.ES,Void> state,
org.openrdf.model.Value u,
org.openrdf.model.Statement e)
Not used.
|
void |
PATHS.initVertex(IGASContext<PATHS.VS,PATHS.ES,Void> ctx,
IGASState<PATHS.VS,PATHS.ES,Void> state,
org.openrdf.model.Value u)
Not used.
|
void |
PATHS.initVertex(IGASContext<PATHS.VS,PATHS.ES,Void> ctx,
IGASState<PATHS.VS,PATHS.ES,Void> state,
org.openrdf.model.Value u)
Not used.
|
boolean |
PATHS.isChanged(IGASState<PATHS.VS,PATHS.ES,Void> state,
org.openrdf.model.Value u)
Returns
true . |
boolean |
PATHS.nextRound(IGASContext<PATHS.VS,PATHS.ES,Void> ctx) |
void |
PATHS.prunePaths(IGASContext<PATHS.VS,PATHS.ES,Void> ctx,
org.openrdf.model.Value[] targetVertices) |
void |
PATHS.scatter(IGASState<PATHS.VS,PATHS.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 |
PATHS.sum(IGASState<PATHS.VS,PATHS.ES,Void> state,
Void left,
Void right)
Not used.
|
protected void |
PATHS.visitPredecessors(IGASState<PATHS.VS,PATHS.ES,Void> gasState,
org.openrdf.model.Value v,
Set<org.openrdf.model.Value> retainSet) |
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.