void |
BetweennessCentrality.computeEdgeCentrality(boolean on) |
Activate or deactivate the centrality computation on edges.
|
void |
Centroid.setAPSPInfoAttribute(String attribute) |
Set the APSP info attribute name.
|
void |
Eccentricity.setAPSPInfoAttribute(String attribute) |
Set the APSP info attribute name.
|
void |
BetweennessCentrality.setCentralityAttributeName(String centralityAttributeName) |
Specify the name of the attribute used to store the computed centrality
values for each node.
|
void |
Centroid.setCentroidAttribute(String centroidAttribute) |
Set the name of the attribute where computation result is stored.
|
void |
AStar.setCosts(AStar.Costs costs) |
Specify how various costs are computed.
|
void |
ConnectedComponents.setCountAttribute(String countAttribute) |
Enable (or disable by passing null for countAttribute) an optional
attribute that will be assigned to each node.
|
void |
ConnectedComponents.setCutAttribute(String cutAttribute) |
Enable (or disable by passing null) an optional attribute that makes
edges that have it invisible (as if the edge did not existed).
|
void |
PageRank.setDampingFactor(double dampingFactor) |
Sets the damping factor.
|
void |
APSP.setDirected(boolean on) |
Choose to use or ignore edge orientation.
|
void |
Eccentricity.setEccentricityAttribute(String eccentricityAttribute) |
Set the name of the attribute where computation result is stored.
|
void |
BellmanFord.setIdentifier(String identifier) |
Set the unique identifier for this instance.
|
void |
TarjanStronglyConnectedComponents.setIndexGenerator(TarjanStronglyConnectedComponents.IndexGenerator gen) |
Set the generator of components indexes.
|
void |
Centroid.setIsInCentroidValue(Object value) |
Set the value of the centroid attribute when element is in the centroid.
|
void |
Eccentricity.setIsInEccentricityValue(Object value) |
Set the value of the eccentricity attribute when element is in the
eccentricity.
|
void |
Centroid.setIsNotInCentroidValue(Object value) |
Set the value of the centroid attribute when element is not in the
centroid.
|
void |
Eccentricity.setIsNotInEccentricityValue(Object value) |
Set the value of the eccentricity attribute when element is not in the
eccentricity.
|
void |
PageRank.setPrecision(double precision) |
Sets the numeric precision.
|
void |
PageRank.setRankAttribute(String rankAttribute) |
Sets the rank attribute.
|
void |
TarjanStronglyConnectedComponents.setSCCIndexAttribute(String key) |
Set the node attribute key where component index is stored.
|
void |
APSP.setSource(String source) |
|
void |
AStar.setSource(String nodeName) |
Change the source node.
|
void |
BellmanFord.setSource(String nodeId) |
Set the id of the node used as source.
|
void |
Dijkstra.setSource(String source) |
|
void |
DStar.setSource(String source) |
|
void |
APSP.setTarget(String target) |
|
void |
AStar.setTarget(String nodeName) |
Change the target node.
|
void |
BellmanFord.setTarget(String target) |
|
void |
Dijkstra.setTarget(String target) |
|
void |
DStar.setTarget(String target) |
|
void |
PageRank.setVerbose(boolean verbose) |
Switches on or off the verbose mode.
|
void |
BellmanFord.setWeightAttribute(String weightAttribute) |
|
void |
Kruskal.setWeightAttribute(String newWeightAttribute) |
Set the weight attribute.
|
void |
LongestPath.setWeightAttribute(String weightAttribute) |
|
void |
APSP.setWeightAttributeName(String name) |
Choose the name of the attribute used to retrieve edge weights.
|
void |
BetweennessCentrality.setWeightAttributeName(String weightAttributeName) |
Specify the name of the weight attribute to retrieve edge attributes.
|