Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.
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(K, V)
- Method in class org.graphstream.algorithm.
FibonacciHeap
Adds a new node containing the given key and value to the heap.
add(E)
- Method in class org.graphstream.algorithm.
FixedArrayList
Add one
element
in the array.
addAll(FibonacciHeap<K, V>)
- Method in class org.graphstream.algorithm.
FibonacciHeap
Merges two heaps.
addAll(Collection<? extends E>)
- Method in class org.graphstream.algorithm.
FixedArrayList
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.
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.
addURL(String)
- Method in class org.graphstream.algorithm.generator.
URLGenerator
Add an url to process.
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.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
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.