A B C D E F G H I K L M N O P R S T U V W

G

Generator - Interface in org.graphstream.algorithm.generator
Graph generator.
getAllShortestPaths(Node) - Method in class org.graphstream.algorithm.Dijkstra
This method tries to construct ALL the possible paths form the source to end.
getAPSPInfoAttribute() - Method in class org.graphstream.algorithm.Centroid
Get the APSP info attribute name.
getAPSPInfoAttribute() - Method in class org.graphstream.algorithm.Eccentricity
Get the APSP info attribute name.
getCentralityAttributeName() - Method in class org.graphstream.algorithm.BetweennessCentrality
Name of the attribute used to store centrality values on nodes.
getCentroidAttribute() - Method in class org.graphstream.algorithm.Centroid
Get the name of the attribute where computation result is stored.
getChromaticNumber() - Method in class org.graphstream.algorithm.coloring.WelshPowell
Return the last computed result of the algorithm.
getConnectedComponentsCount() - Method in class org.graphstream.algorithm.ConnectedComponents
Ask the algorithm for the number of connected components.
getConnectedComponentsCount(int) - Method in class org.graphstream.algorithm.ConnectedComponents
Ask the algorithm for the number of connected components whose size is equal to or greater than the specified threshold.
getConnectedComponentsCount(int, int) - Method in class org.graphstream.algorithm.ConnectedComponents
Ask the algorithm for the number of connected components whose size is equal to or greater than the specified threshold and lesser than the specified ceiling.
getEccentricityAttribute() - Method in class org.graphstream.algorithm.Eccentricity
Get the name of the attribute where computation result is stored.
getEdgeSetShortestPaths(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns a set of edges that compose the shortest path.
getEntityCount() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Number of entities.
getEvaporation() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
The evaporation value.
getFlagAttribute() - Method in class org.graphstream.algorithm.AbstractSpanningTree
Get key attribute which will be used to set if edges are in the spanning tree, or not.
getFlagOff() - Method in class org.graphstream.algorithm.AbstractSpanningTree
Get value used to set that an edge is not in the spanning tree.
getFlagOn() - Method in class org.graphstream.algorithm.AbstractSpanningTree
Get value used to set that an edge is in the spanning tree.
getForce() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getGiantComponent() - Method in class org.graphstream.algorithm.ConnectedComponents
Computes a list of nodes that belong to the biggest connected component.
getGoCount() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
 
getGraph() - Method in class org.graphstream.algorithm.APSP
Access to the working graph.
getHiPoint() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getId() - Method in class org.graphstream.algorithm.community.Community
Return the community identifier as a String.
getIdentifier() - Method in class org.graphstream.algorithm.BellmanFord
The unique identifier of this instance.
getIdentifier() - Method in class org.graphstream.algorithm.Dijkstra
The Identifier is a string which is used to mark the graph with the computed Dijkstra's shortest tree.
getIsInCentroidValue() - Method in class org.graphstream.algorithm.Centroid
Get the value of the centroid attribute when element is in the centroid.
getIsInEccentricityValue() - Method in class org.graphstream.algorithm.Eccentricity
Get the value of the eccentricity attribute when element is in the eccentricity.
getIsNotInCentroidValue() - Method in class org.graphstream.algorithm.Centroid
Get the value of the centroid attribute when element is not in the centroid.
getIsNotInEccentricityValue() - Method in class org.graphstream.algorithm.Eccentricity
Get the value of the eccentricity attribute when element is not in the eccentricity.
getJumpCount() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Number of entities that jumped instead of traversing an edge at last step.
getJumpRatio() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Ratio of entities that executed a jump instead of traversing an edge at last step.
getLastComputedValue() - Method in class org.graphstream.algorithm.measure.CommunityMeasure
The last computed measure.
getLastStepTime() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getLayoutAlgorithmName() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getLengthTo(String) - Method in class org.graphstream.algorithm.APSP.APSPInfo
Minimum distance between this node and another.
getLowPoint() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getMarker() - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
Get the marker used to store the community assignment
getMaximumLength() - Method in class org.graphstream.algorithm.APSP.APSPInfo
The maximum distance between this node and another.
getMaxLinksPerStep() - Method in class org.graphstream.algorithm.generator.BarabasiAlbertGenerator
Maximum number of edges created when a new node is added.
getMeasure() - Method in class org.graphstream.algorithm.measure.CommunityMeasure
Compute the measure (if the graph changed since the last computation).
getMinimumLength() - Method in class org.graphstream.algorithm.APSP.APSPInfo
The minimum distance between this node and another.
getNodeId() - Method in class org.graphstream.algorithm.APSP.APSPInfo
The node represented by this APSP information.
getNodeMoved() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getPasses(Edge) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
The number of entity passage on the given edge.
getPasses(Node) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
The number of entity passage on the given node.
getPassesAttribute() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
The name of the attribute where the number of entities passes are stored (for edges and nodes).
getPathSetShortestPaths(Node) - Method in class org.graphstream.algorithm.BellmanFord
Constructs all the possible shortest paths from the source node to the destination (end).
getQuality() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getRandom() - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
Get the random number generator currently used for this algorithm.
getRandomSeed() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
The random seed used.
getShortestPath() - Method in class org.graphstream.algorithm.AStar
The computed path, or null if nor result was found.
getShortestPath(Node) - Method in class org.graphstream.algorithm.BellmanFord
Returns the shortest path between the source node and one given target.
getShortestPath(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns the shortest path between the source node and one given target one.
getShortestPath(String, Node, Node) - Static method in class org.graphstream.algorithm.Dijkstra
A Static method to get shortest paths from a graph already computed with Dijkstra.
getShortestPathLength(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns the number of edges in the shortest path from the source to the given target.If target is not in the same connected component as the source node, then the method returns Double.POSITIVE_INFINITY.
getShortestPaths(Node) - Method in class org.graphstream.algorithm.Dijkstra
Deprecated.  
getShortestPathTo(String) - Method in class org.graphstream.algorithm.APSP.APSPInfo
 
getShortestPathValue(Node) - Method in class org.graphstream.algorithm.BellmanFord
Returns the value of the shortest path between the source node and the given target according to the attribute specified in the constructor.
getShortestPathValue(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns the value of the shortest path between the source node and the given target according to the attribute specified in the constructor.
getSource() - Method in class org.graphstream.algorithm.BellmanFord
Get the id of node used as source.
getStabilization() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getStabilizationLimit() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getSteps() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getWaitCount() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
 
getWeightAttribute() - Method in class org.graphstream.algorithm.Kruskal
Get key attribute used to compare edges.
getWeightAttribute() - Method in class org.graphstream.algorithm.Prim
Get key attribute used to compare edges.
getWeightAttributeName() - Method in class org.graphstream.algorithm.APSP
The name of the attribute to use for retrieving edge weights.
getWeightAttributeName() - Method in class org.graphstream.algorithm.BetweennessCentrality
Name of the attribute used to retrieve weights on edges.
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
 
graphAttributeAdded(String, long, String, Object) - Method in class org.graphstream.algorithm.generator.RandomEuclideanGenerator
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
 
graphAttributeChanged(String, long, String, Object, Object) - Method in class org.graphstream.algorithm.generator.RandomEuclideanGenerator
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
 
graphAttributeRemoved(String, long, String) - Method in class org.graphstream.algorithm.generator.RandomEuclideanGenerator
 
graphCleared(String, long) - Method in class org.graphstream.algorithm.APSP
 
graphCleared(String, long) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
 
graphCleared(String, long) - Method in class org.graphstream.algorithm.ConnectedComponents
 
graphCleared(String, long) - Method in class org.graphstream.algorithm.generator.RandomEuclideanGenerator
 
graphCleared(String, long) - Method in class org.graphstream.algorithm.measure.CommunityMeasure
 
GRAY_GRAPH_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.GrayGraphGenerator
LCF notation of a Gray graph.
GrayGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
Build a Gray graph.
GrayGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.GrayGraphGenerator
 
GridGenerator - Class in org.graphstream.algorithm.generator
Generator for square grids of any size.
GridGenerator() - Constructor for class org.graphstream.algorithm.generator.GridGenerator
New grid generator.
GridGenerator(boolean, boolean) - Constructor for class org.graphstream.algorithm.generator.GridGenerator
New grid generator.
GridGenerator(boolean, boolean, boolean) - Constructor for class org.graphstream.algorithm.generator.GridGenerator
New grid generator.
GridGenerator(boolean, boolean, boolean, boolean) - Constructor for class org.graphstream.algorithm.generator.GridGenerator
New grid generator.

A B C D E F G H I K L M N O P R S T U V W
Copyright © 2011. All Rights Reserved.