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

A

AbstractCentrality - Class in org.graphstream.algorithm.measure
Base class for centrality measures.
AbstractCentrality.NormalizationMode - Enum in org.graphstream.algorithm.measure
 
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.
accept(String) - Method in interface org.graphstream.algorithm.generator.URLGenerator.URLFilter
Called by the generator to know if the specified url can be accepted by this filter.
acceptOnlyMatchingURL(String) - Method in class org.graphstream.algorithm.generator.URLGenerator
Can be used to filter url.
add(E) - Method in class org.graphstream.algorithm.FixedArrayList
Add one element in the array.
add(E) - Method in class org.graphstream.algorithm.util.DisjointSets
Adds a new set containing only e to the structure.
add(K, V) - Method in class org.graphstream.algorithm.util.FibonacciHeap
Adds a new node containing the given key and value to the heap.
addAll(Collection<? extends E>) - Method in class org.graphstream.algorithm.FixedArrayList
 
addAll(FibonacciHeap<K, V>) - Method in class org.graphstream.algorithm.util.FibonacciHeap
Merges two heaps.
addArticle(String) - Method in class org.graphstream.algorithm.generator.WikipediaGenerator
 
addAt(int, E) - Method in class org.graphstream.algorithm.FixedArrayList
This operation set the i-th cell with the given value.
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.
addHostFilter(String...) - Method in class org.graphstream.algorithm.generator.URLGenerator
Can be used to filter url according to the host.
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.
addURL(String) - Method in class org.graphstream.algorithm.generator.URLGenerator
Add an url to process.
addValue(double, double, double, double) - Method in class org.graphstream.algorithm.measure.ChartMinMaxAverageSeriesMeasure
Add a new entry to series.
addValue(double) - Method in class org.graphstream.algorithm.measure.ChartSeries1DMeasure
Add a new value to the series.
addValue(double, double) - Method in class org.graphstream.algorithm.measure.ChartSeries2DMeasure
Add a new point to the series.
Algorithm - Interface in org.graphstream.algorithm
Algorithms are used to compute properties on graphs or graph elements.
AlgorithmComputationTrigger - Class in org.graphstream.algorithm
Provides a way to trigger the computation of an algorithm according to a type of events.
AlgorithmComputationTrigger(AlgorithmComputationTrigger.Mode, Algorithm) - Constructor for class org.graphstream.algorithm.AlgorithmComputationTrigger
 
AlgorithmComputationTrigger.Mode - Enum in org.graphstream.algorithm
Defines when the computation is triggered.
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 distance between the current position and the target.
AStar.DefaultCosts - Class in org.graphstream.algorithm
An implementation of the Costs interface that provides 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 Euclidean distance in 2D or 3D.
AStar.DistanceCosts() - Constructor for class org.graphstream.algorithm.AStar.DistanceCosts
 
ATTRIBUTE - Static variable in class org.graphstream.algorithm.measure.SurpriseMeasure
Default attribute key where the result of the algorithm, a double value, is stored.
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 X Y 

Copyright © 2015. All rights reserved.