public class CC.ConnectedComponentsReducer extends Object implements IReducer<CC.VS,CC.ES,org.openrdf.model.Value,Map<org.openrdf.model.Value,AtomicInteger>>
Constructor and Description |
---|
CC.ConnectedComponentsReducer() |
Modifier and Type | Method and Description |
---|---|
Map<org.openrdf.model.Value,AtomicInteger> |
get()
Return the aggregated results as an implementation dependent object.
|
void |
visit(IGASState<CC.VS,CC.ES,org.openrdf.model.Value> state,
org.openrdf.model.Value u)
Method is invoked for each result and is responsible for combining the
results in whatever manner is meaningful for the procedure.
|
public void visit(IGASState<CC.VS,CC.ES,org.openrdf.model.Value> state, org.openrdf.model.Value u)
IReducer
public Map<org.openrdf.model.Value,AtomicInteger> get()
IReducer
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.