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.
get(int) - Method in class org.graphstream.algorithm.FixedArrayList
I-th element.
getAllPaths(Node) - Method in class org.graphstream.algorithm.Dijkstra
An iterable view of of all the shortest paths from the source node to a given target node.
getAllPathsIterator(Node) - Method in class org.graphstream.algorithm.Dijkstra
This iterator traverses all the shortest paths from the source node to a given target node.
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.
getDegeneracy(Graph, List<T>) - Static method in class org.graphstream.algorithm.Toolkit
This method computes the gedeneracy and the degeneracy ordering of a graph.
getEccentricityAttribute() - Method in class org.graphstream.algorithm.Eccentricity
Get the name of the attribute where computation result is stored.
getEdgeFromParent(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns the edge between the target node and the previous node in the shortest path from the source to the target.
getEntityCount() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Number of entities.
getEntityMemory() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk.Context
 
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.
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.
getKey() - Method in class org.graphstream.algorithm.FibonacciHeap.Node
Returns the key stored in this node.
getLastComputedValue() - Method in class org.graphstream.algorithm.measure.CommunityMeasure
The last computed measure.
getLastIndex() - Method in class org.graphstream.algorithm.FixedArrayList
Last index used by the FixedArrayList.add(Object) method.
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
getMaximalCliqueIterator(Graph) - Static method in class org.graphstream.algorithm.Toolkit
This iterator traverses all the maximal cliques in a graph.
getMaximalCliques(Graph) - Static method in class org.graphstream.algorithm.Toolkit
An iterable view of the set of all the maximal cliques in a graph.
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.
getMinKey() - Method in class org.graphstream.algorithm.FibonacciHeap
Returns the minimal key in the heap.
getMinValue() - Method in class org.graphstream.algorithm.FibonacciHeap
Returns the value stored in the node containing the minimal key.
getNextAddIndex() - Method in class org.graphstream.algorithm.FixedArrayList
The index that will be used in case of a next insertion in this array.
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
 
getParent(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns the node preceding the target in the shortest path from the source to the target.
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.Context
 
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).
getPath(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns the shortest path from the source node to a given target node.
getPathEdges(Node) - Method in class org.graphstream.algorithm.Dijkstra
An iterable view of the edges on the shortest path from the source node to a given target node.
getPathEdgesIterator(Node) - Method in class org.graphstream.algorithm.Dijkstra
This iterator traverses the edges on the shortest path from the source node to a given target node.
getPathLength(Node) - Method in class org.graphstream.algorithm.Dijkstra
Returns the length of the shortest path from the source node to a given target node.
getPathNodes(Node) - Method in class org.graphstream.algorithm.Dijkstra
An iterable view of the nodes on the shortest path from the source node to a given target node.
getPathNodesIterator(Node) - Method in class org.graphstream.algorithm.Dijkstra
This iterator traverses the nodes on the shortest path from the source node to a given target node.
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.
getRandom() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk.Context
 
getRandomSeed() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
The random seed used.
getSCCIndexAttribute() - Method in class org.graphstream.algorithm.TarjanStronglyConnectedComponents
Get the node attribute key where component index is stored.
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.
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.
getSource() - Method in class org.graphstream.algorithm.BellmanFord
Get the id of node used as source.
getSource() - Method in class org.graphstream.algorithm.Dijkstra
Dijkstra's algorithm computes shortest paths from a given source node to all nodes in a graph.
getStabilization() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getStabilizationLimit() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getState(Node) - Method in class org.graphstream.algorithm.DStar
 
getSteps() - Method in class org.graphstream.ui.layout.Eades84Layout
 
getTreeEdges() - Method in class org.graphstream.algorithm.Dijkstra
Dijkstra's algorithm produces a shortest path tree rooted in the source node.
getTreeEdgesIterator() - Method in class org.graphstream.algorithm.Dijkstra
Dijkstra's algorithm produces a shortest path tree rooted in the source node.
getTreeLength() - Method in class org.graphstream.algorithm.Dijkstra
Dijkstra's algorithm produces a shortest path tree rooted in the source node.
getValue() - Method in class org.graphstream.algorithm.FibonacciHeap.Node
Returns the value stored in this node.
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.
getWeightAttribute() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk.Context
 
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.DStar
 
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.DStar
 
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.DStar
 
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.DStar
 
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.