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

C

centrality(Element) - Method in class org.graphstream.algorithm.BetweennessCentrality
The centrality value of the given node or edge.
Centroid - Class in org.graphstream.algorithm
Compute the centroid of a connected graph.
Centroid() - Constructor for class org.graphstream.algorithm.Centroid
Build a new centroid algorithm with default parameters.
Centroid(String) - Constructor for class org.graphstream.algorithm.Centroid
Build a new centroid algorithm, specifying the attribute name of the computation result
Centroid(String, Object, Object) - Constructor for class org.graphstream.algorithm.Centroid
Build a new centroid as in Centroid.Centroid(String) but specifying values of centroid membership.
Centroid(String, Object, Object, String) - Constructor for class org.graphstream.algorithm.Centroid
Build a new centroid algorithm as in Centroid.Centroid(String, Object, Object) but specifying the name of the attribute where the APSP informations are stored.
ChainGenerator - Class in org.graphstream.algorithm.generator
Generator for a chain graph of any size.
ChainGenerator() - Constructor for class org.graphstream.algorithm.generator.ChainGenerator
New chain generator.
ChainGenerator(boolean, boolean, boolean) - Constructor for class org.graphstream.algorithm.generator.ChainGenerator
New chain generator.
ChartConnectivityMeasure - Class in org.graphstream.algorithm.measure
 
ChartConnectivityMeasure() - Constructor for class org.graphstream.algorithm.measure.ChartConnectivityMeasure
 
ChartConnectivityMeasure(ChartConnectivityMeasure.ChartVertexConnectivityMeasure, ChartConnectivityMeasure.ChartEdgeConnectivityMeasure) - Constructor for class org.graphstream.algorithm.measure.ChartConnectivityMeasure
 
ChartConnectivityMeasure.ChartEdgeConnectivityMeasure - Class in org.graphstream.algorithm.measure
 
ChartConnectivityMeasure.ChartVertexConnectivityMeasure - Class in org.graphstream.algorithm.measure
 
ChartEdgeConnectivityMeasure() - Constructor for class org.graphstream.algorithm.measure.ChartConnectivityMeasure.ChartEdgeConnectivityMeasure
 
ChartMeasure - Class in org.graphstream.algorithm.measure
This is the base for high level measures.
ChartMeasure.PlotException - Exception in org.graphstream.algorithm.measure
Exception that can be raised when trying to plot measures.
ChartMeasure.PlotOutputType - Enum in org.graphstream.algorithm.measure
Defines the support used for rendering : on screen or in a file.
ChartMeasure.PlotParameters - Class in org.graphstream.algorithm.measure
Parameters defining how to plot measures.
ChartMeasure.PlotType - Enum in org.graphstream.algorithm.measure
Type of plot.s
ChartMinMaxAverageSeriesMeasure - Class in org.graphstream.algorithm.measure
A measure to plot special entries composed of a minimum, average and maximum value.
ChartMinMaxAverageSeriesMeasure(String) - Constructor for class org.graphstream.algorithm.measure.ChartMinMaxAverageSeriesMeasure
 
ChartSeries1DMeasure - Class in org.graphstream.algorithm.measure
A measure to add 1D entries (y). x is auto-incremented by one at each new value.
ChartSeries1DMeasure(String) - Constructor for class org.graphstream.algorithm.measure.ChartSeries1DMeasure
Default constructor.
ChartSeries2DMeasure - Class in org.graphstream.algorithm.measure
A measure allowing to add 2D entries (x,y).
ChartSeries2DMeasure(String) - Constructor for class org.graphstream.algorithm.measure.ChartSeries2DMeasure
Default constructor.
ChartSeriesMeasure - Class in org.graphstream.algorithm.measure
Base for series measure.
ChartSeriesMeasure(String) - Constructor for class org.graphstream.algorithm.measure.ChartSeriesMeasure
Default constructor.
ChartVertexConnectivityMeasure() - Constructor for class org.graphstream.algorithm.measure.ChartConnectivityMeasure.ChartVertexConnectivityMeasure
 
ChvatalGenerator - Class in org.graphstream.algorithm.generator
Generate the Chvatal graph.
ChvatalGenerator() - Constructor for class org.graphstream.algorithm.generator.ChvatalGenerator
 
cleanEdges() - Method in class org.graphstream.algorithm.BetweennessCentrality
Delete attributes used by this algorithm in edges of the graph
cleanGraph() - Method in class org.graphstream.algorithm.BetweennessCentrality
Delete attributes used by this algorithm in nodes and edges of the graph
cleanNodes() - Method in class org.graphstream.algorithm.BetweennessCentrality
Delete attributes used by this algorithm in nodes of the graph
clear() - Method in class org.graphstream.algorithm.AbstractSpanningTree
 
clear() - Method in class org.graphstream.algorithm.Dijkstra
Removes the attributes used to store internal solution data in the nodes of the graph.
clear() - Method in class org.graphstream.algorithm.FixedArrayList
 
clear() - Method in class org.graphstream.algorithm.Kruskal
 
clear() - Method in interface org.graphstream.algorithm.SpanningTree
Removes the tags of all edges.
clear() - Method in class org.graphstream.algorithm.util.DisjointSets
Reinitializes the structure.
clear() - Method in class org.graphstream.algorithm.util.FibonacciHeap
Removes all the nodes in the heap
clear() - Method in class org.graphstream.ui.layout.Eades84Layout
 
clear() - Method in class org.graphstream.ui.layout.HierarchicalLayout
 
ClosenessCentrality - Class in org.graphstream.algorithm.measure
Compute closeness centrality.
ClosenessCentrality() - Constructor for class org.graphstream.algorithm.measure.ClosenessCentrality
Default construtor.
ClosenessCentrality(String) - Constructor for class org.graphstream.algorithm.measure.ClosenessCentrality
Construtor allowing to configure centrality attribute.
ClosenessCentrality(String, AbstractCentrality.NormalizationMode) - Constructor for class org.graphstream.algorithm.measure.ClosenessCentrality
Constructor allowing to configure attribute and normalize flag.
ClosenessCentrality(String, AbstractCentrality.NormalizationMode, boolean, boolean) - Constructor for class org.graphstream.algorithm.measure.ClosenessCentrality
Fully configurable construtor.
clusteringCoefficient(Node) - Static method in class org.graphstream.algorithm.Toolkit
Clustering coefficient for one node of the graph.
clusteringCoefficients(Graph) - Static method in class org.graphstream.algorithm.Toolkit
Clustering coefficient for each node of the graph.
communities(Graph, String) - Static method in class org.graphstream.algorithm.Toolkit
Return set of nodes grouped by the value of one attribute (the marker).
Community - Class in org.graphstream.algorithm.community
Basic community class.
Community() - Constructor for class org.graphstream.algorithm.community.Community
New community instance with unique identifier.
CommunityDistribution - Class in org.graphstream.algorithm.measure
Provides some statistical information on the size of current community assignment on the specified graph as it evolves.
CommunityDistribution(String) - Constructor for class org.graphstream.algorithm.measure.CommunityDistribution
New size distribution measure using the specified marker as attribute name for the community assignment.
CommunityMeasure - Class in org.graphstream.algorithm.measure
Computes and updates an absolute measure based on the current community assignment on a given graph as it evolves.
CommunityMeasure(String) - Constructor for class org.graphstream.algorithm.measure.CommunityMeasure
New measure algorithm with a given marker for communities.
CommunityRelativeMeasure - Class in org.graphstream.algorithm.measure
Computes and updates a relative measure based on the comparison between the current community assignment and a reference assignment on a given graph.
CommunityRelativeMeasure(String) - Constructor for class org.graphstream.algorithm.measure.CommunityRelativeMeasure
 
CommunityRelativeMeasure(String, String) - Constructor for class org.graphstream.algorithm.measure.CommunityRelativeMeasure
New comparative measure using "marker" as attribute name for each node current community assignment and "referenceMarker" as attribute name for each node reference assignment.
compareTo(Community) - Method in class org.graphstream.algorithm.community.Community
Comparison method for two Community objects, based on the value of their identfiers.
compute() - Method in class org.graphstream.algorithm.AbstractSpanningTree
 
compute() - Method in interface org.graphstream.algorithm.Algorithm
Run the algorithm.
compute() - Method in class org.graphstream.algorithm.APSP
Run the APSP computation.
compute() - Method in class org.graphstream.algorithm.AStar
 
compute(String, String) - Method in class org.graphstream.algorithm.AStar
compute() - Method in class org.graphstream.algorithm.BellmanFord
 
compute() - Method in class org.graphstream.algorithm.BetweennessCentrality
Compute the betweenness centrality on the given graph for each node.
compute() - Method in class org.graphstream.algorithm.Centroid
 
compute() - Method in class org.graphstream.algorithm.coloring.WelshPowell
 
compute() - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
Compute an iteration of the algorithm for all the nodes of the network.
compute() - Method in class org.graphstream.algorithm.community.SyncEpidemicCommunityAlgorithm
 
compute() - Method in class org.graphstream.algorithm.ConnectedComponents
 
compute() - Method in class org.graphstream.algorithm.Dijkstra
Computes the shortest paths from the source node to all nodes in the graph.
compute() - Method in class org.graphstream.algorithm.DStar
 
compute() - Method in class org.graphstream.algorithm.Eccentricity
 
compute() - Method in class org.graphstream.algorithm.flow.FordFulkersonAlgorithm
 
compute() - Method in class org.graphstream.algorithm.LongestPath
 
compute() - Method in class org.graphstream.algorithm.measure.AbstractCentrality
 
compute() - Method in class org.graphstream.algorithm.measure.ChartConnectivityMeasure.ChartEdgeConnectivityMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.ChartConnectivityMeasure.ChartVertexConnectivityMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.ChartConnectivityMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.CommunityDistribution
Computes and update the statistical information on size distribution.
compute() - Method in class org.graphstream.algorithm.measure.CommunityMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.CommunityRelativeMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.ConnectivityMeasure.EdgeConnectivityMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.ConnectivityMeasure.VertexConnectivityMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.DegreeMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.ElementCountMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.Modularity
 
compute() - Method in class org.graphstream.algorithm.measure.NormalizedMutualInformation
Compute the new NMI measure value.
compute() - Method in class org.graphstream.algorithm.measure.SurpriseMeasure
 
compute() - Method in class org.graphstream.algorithm.measure.VariationOfInformation
 
compute() - Method in class org.graphstream.algorithm.networksimplex.NetworkSimplex
 
compute() - Method in class org.graphstream.algorithm.PageRank
 
compute() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Execute one step of the algorithm.
compute() - Method in class org.graphstream.algorithm.Spectrum
 
compute() - Method in class org.graphstream.algorithm.TarjanStronglyConnectedComponents
 
compute() - Method in class org.graphstream.algorithm.TopologicalSortDFS
 
compute() - Method in class org.graphstream.algorithm.TopologicalSortKahn
 
compute() - Method in class org.graphstream.ui.layout.Eades84Layout
 
compute() - Method in class org.graphstream.ui.layout.HierarchicalLayout
 
computeAPSP(boolean) - Method in class org.graphstream.algorithm.measure.ClosenessCentrality
 
computeEdgeCentrality(boolean) - Method in class org.graphstream.algorithm.BetweennessCentrality
Activate or deactivate the centrality computation on edges.
computeEdgesPasses(boolean) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Activate or not the counts on edges when entities cross thems.
computeLayout(Graph, Layout, double) - Static method in class org.graphstream.algorithm.Toolkit
Compute coordinates of nodes using a layout algorithm.
computeLayout(Graph, double) - Static method in class org.graphstream.algorithm.Toolkit
Compute coordinates of nodes using default layout algorithm (SpringBox).
computeLayout(Graph) - Static method in class org.graphstream.algorithm.Toolkit
Compute coordinates of nodes using default layout algorithm and default stabilization limit.
computeNode(Node) - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
Perform computation of one iteration of the algorithm on a given node.
computeNode(Node) - Method in class org.graphstream.algorithm.community.EpidemicCommunityAlgorithm
Perform computation of one iteration of the algorithm on a given node using the epidemic label propagation algorithm.
computeNode(Node) - Method in class org.graphstream.algorithm.community.Leung
 
computeNode(Node) - Method in class org.graphstream.algorithm.community.SyncEpidemicCommunityAlgorithm
 
computeNodePasses(boolean) - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Activate or not the counts on nodes when entities cross thems.
ConnectedComponents - Class in org.graphstream.algorithm
Compute and update the number of connected components of a dynamic graph.
ConnectedComponents() - Constructor for class org.graphstream.algorithm.ConnectedComponents
Construction of an instance with no parameter.
ConnectedComponents(Graph) - Constructor for class org.graphstream.algorithm.ConnectedComponents
Constructor with the given graph.
ConnectedComponents.ConnectedComponent - Class in org.graphstream.algorithm
A representation of a connected component.
ConnectivityMeasure - Class in org.graphstream.algorithm.measure
Get the vertex-connectivity of a graph.
ConnectivityMeasure() - Constructor for class org.graphstream.algorithm.measure.ConnectivityMeasure
 
ConnectivityMeasure.EdgeConnectivityMeasure - Class in org.graphstream.algorithm.measure
 
ConnectivityMeasure.VertexConnectivityMeasure - Class in org.graphstream.algorithm.measure
 
contains(Node) - Method in class org.graphstream.algorithm.ConnectedComponents.ConnectedComponent
Test if this component contains a given node.
contains(Object) - Method in class org.graphstream.algorithm.FixedArrayList
 
contains(Object) - Method in class org.graphstream.algorithm.util.DisjointSets
Checks if an element belongs to some of the disjoint sets.
containsAll(Collection<?>) - Method in class org.graphstream.algorithm.FixedArrayList
 
Context() - Constructor for class org.graphstream.algorithm.randomWalk.RandomWalk.Context
 
copyValuesTo(String) - Method in class org.graphstream.algorithm.measure.AbstractCentrality
Copy values previously computed to a specific attribute.
copyValuesTo(String, AbstractCentrality.NormalizationMode) - Method in class org.graphstream.algorithm.measure.AbstractCentrality
Copy values previously computed to a specific attribute.
cost(Node, Edge, Node) - Method in interface org.graphstream.algorithm.AStar.Costs
Cost of displacement from parent to next.
cost(Node, Edge, Node) - Method in class org.graphstream.algorithm.AStar.DefaultCosts
The cost of moving from parent to next.
cost(Node, Edge, Node) - Method in class org.graphstream.algorithm.AStar.DistanceCosts
 
COST_ATTRIBUTE - Static variable in class org.graphstream.algorithm.DStar
 
createChart(ChartMeasure.PlotParameters) - Method in class org.graphstream.algorithm.measure.ChartConnectivityMeasure
 
createChart(ChartMeasure.PlotParameters) - Method in class org.graphstream.algorithm.measure.ChartMeasure
Create a new chart of this measure according to a set of parameters.
createChart(ChartMeasure.PlotParameters) - Method in class org.graphstream.algorithm.measure.ChartMinMaxAverageSeriesMeasure
 
createChart(ChartMeasure.PlotParameters) - Method in class org.graphstream.algorithm.measure.ChartSeriesMeasure
 
createEntity() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
Create an entity.
CUBICAL_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.CubicalGraphGenerator
 
CubicalGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
Build a cubical graph.
CubicalGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.CubicalGraphGenerator
 
cumulativeHypergeometricDistribution(double, double, double, double, double) - Static method in class org.graphstream.algorithm.measure.SurpriseMeasure
Helper to compute the cumulative hypergeometric distribution.
A B C D E F G H I K L M N O P R S T U V W X Y 
Skip navigation links