Package org.neo4j.gds.betweenness
Interface SelectionStrategy
-
- All Known Implementing Classes:
SelectionStrategy.RandomDegree
public interface SelectionStrategy
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classSelectionStrategy.RandomDegree
-
Field Summary
Fields Modifier and Type Field Description static SelectionStrategyALL
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(org.neo4j.gds.api.Graph graph, java.util.concurrent.ExecutorService executorService, int concurrency)booleanselect(long nodeId)
-
-
-
Field Detail
-
ALL
static final SelectionStrategy ALL
-
-