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

A

AbstractSpanningTree - Class in org.graphstream.algorithm
Base for spanning tree algorithms.
AbstractSpanningTree() - Constructor for class org.graphstream.algorithm.AbstractSpanningTree
Create a new SpanningTree algorithm.
AbstractSpanningTree(String) - Constructor for class org.graphstream.algorithm.AbstractSpanningTree
Create a new SpanningTree algorithm.
AbstractSpanningTree(String, Object, Object) - Constructor for class org.graphstream.algorithm.AbstractSpanningTree
Create a new SpanningTree algorithm.
addEdgeAttribute(String) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Add this attribute on all edges generated.
addEdgeLabels(boolean) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Allow to add label attributes on edges.
addListener(LayoutListener) - Method in class org.graphstream.ui.layout.Eades84Layout
 
addNodeAttribute(String) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Add this attribute on all nodes generated.
addNodeLabels(boolean) - Method in class org.graphstream.algorithm.generator.BaseGenerator
Allow to add label attributes on nodes.
Algorithm - Interface in org.graphstream.algorithm
Algorithms are used to compute properties on graphs or graph elements.
APSP - Class in org.graphstream.algorithm
All-pair shortest paths lengths.
APSP() - Constructor for class org.graphstream.algorithm.APSP
 
APSP(Graph) - Constructor for class org.graphstream.algorithm.APSP
New APSP algorithm working on the given graph.
APSP(Graph, String, boolean) - Constructor for class org.graphstream.algorithm.APSP
New APSP algorithm working on the given graph.
APSP.APSPInfo - Class in org.graphstream.algorithm
Information stored on each node of the graph giving the length of the shortest paths toward each other node.
APSP.APSPInfo(Node, String, boolean) - Constructor for class org.graphstream.algorithm.APSP.APSPInfo
Create the new information and put in it all the paths between this node and all its direct neighbours.
APSP.Progress - Interface in org.graphstream.algorithm
Interface allowing to be notified of the algorithm progress.
APSP.TargetPath - Class in org.graphstream.algorithm
Description of a path to a target node.
APSP.TargetPath(Node, double, APSP.APSPInfo) - Constructor for class org.graphstream.algorithm.APSP.TargetPath
 
AStar - Class in org.graphstream.algorithm
An implementation of the A* algorithm.
AStar() - Constructor for class org.graphstream.algorithm.AStar
New A* algorithm.
AStar(Graph) - Constructor for class org.graphstream.algorithm.AStar
New A* algorithm on a given graph.
AStar(Graph, String, String) - Constructor for class org.graphstream.algorithm.AStar
New A* algorithm on the given graph.
AStar.Costs - Interface in org.graphstream.algorithm
The definition of an heuristic.
AStar.DefaultCosts - Class in org.graphstream.algorithm
An implementation of the Costs interface that provide a default heuristic.
AStar.DefaultCosts() - Constructor for class org.graphstream.algorithm.AStar.DefaultCosts
New default costs for the A* algorithm.
AStar.DefaultCosts(String) - Constructor for class org.graphstream.algorithm.AStar.DefaultCosts
New default costs for the A* algorithm.
AStar.DistanceCosts - Class in org.graphstream.algorithm
An implementation of the Costs interface that assume that the weight of edges is an Euclidian distance in 2D or 3D.
AStar.DistanceCosts() - Constructor for class org.graphstream.algorithm.AStar.DistanceCosts
 
ATTRIBUTE_NAME - Static variable in class org.graphstream.algorithm.APSP.APSPInfo
 
attributeChanged(Element, String, Object, Object) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
 
average() - Method in class org.graphstream.algorithm.measure.CommunityDistribution
Compute the average community size
averageClusteringCoefficient(Graph) - Static method in class org.graphstream.algorithm.Toolkit
Average clustering coefficient of the whole graph.
averageDegree(Graph) - Static method in class org.graphstream.algorithm.Toolkit
Returns the value of the average degree of the graph.

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.