Index
A B C D E F G H I J K L M N O P R S T U V W X Y
All Classes|All Packages
All Classes|All Packages
All Classes|All Packages
T
- TabuEntity - Class in org.graphstream.algorithm.randomWalk
-
A basic entity that chooses edges at random eventually avoiding some edges based on a memory of recently traversed edges.
- TabuEntity() - Constructor for class org.graphstream.algorithm.randomWalk.TabuEntity
- target - Variable in class org.graphstream.algorithm.APSP.TargetPath
-
A distant other node.
- TargetPath(Node, double, APSP.APSPInfo) - Constructor for class org.graphstream.algorithm.APSP.TargetPath
- targets - Variable in class org.graphstream.algorithm.APSP.APSPInfo
-
Shortest paths toward all other accessible nodes.
- TarjanStronglyConnectedComponents - Class in org.graphstream.algorithm
-
Tarjan's Algorithm is a graph theory algorithm for finding the strongly connected components of a graph.
- TarjanStronglyConnectedComponents() - Constructor for class org.graphstream.algorithm.TarjanStronglyConnectedComponents
-
Build a new Tarjan algorithm.
- TarjanStronglyConnectedComponents.IndexGenerator - Interface in org.graphstream.algorithm
-
Defines objects able to generator index.
- TarjanStronglyConnectedComponents.IntegerIndexGenerator - Class in org.graphstream.algorithm
-
Defines an index generator producing a sequence of integer as indexes.
- terminate() - Method in class org.graphstream.algorithm.community.DecentralizedCommunityAlgorithm
- terminate() - Method in class org.graphstream.algorithm.community.SyncEpidemicCommunityAlgorithm
- terminate() - Method in class org.graphstream.algorithm.ConnectedComponents
- terminate() - Method in class org.graphstream.algorithm.DStar
- terminate() - Method in interface org.graphstream.algorithm.DynamicAlgorithm
-
Terminate the dynamic algorithm.
- terminate() - Method in class org.graphstream.algorithm.measure.ChartConnectivityMeasure.ChartEdgeConnectivityMeasure
- terminate() - Method in class org.graphstream.algorithm.measure.ChartConnectivityMeasure.ChartVertexConnectivityMeasure
- terminate() - Method in class org.graphstream.algorithm.measure.ChartConnectivityMeasure
- terminate() - Method in class org.graphstream.algorithm.measure.CommunityMeasure
- terminate() - Method in class org.graphstream.algorithm.measure.ConnectivityMeasure.EdgeConnectivityMeasure
- terminate() - Method in class org.graphstream.algorithm.measure.ConnectivityMeasure.VertexConnectivityMeasure
- terminate() - Method in class org.graphstream.algorithm.measure.DegreeMeasure
- terminate() - Method in class org.graphstream.algorithm.measure.ElementCountMeasure
- terminate() - Method in class org.graphstream.algorithm.networksimplex.NetworkSimplex
- terminate() - Method in class org.graphstream.algorithm.PageRank
- terminate() - Method in class org.graphstream.algorithm.randomWalk.RandomWalk
-
End the algorithm by removing any listener on the graph and releasing memory.
- TETRAHEDRAL_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.TetrahedralGraphGenerator
-
LCF notation of a tetrahedral graph. [2, -2]^2
- TetrahedralGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
-
Generate a tetrahedral graph.
- TetrahedralGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.TetrahedralGraphGenerator
- title - Variable in class org.graphstream.algorithm.measure.ChartMeasure.PlotParameters
-
Title of the plot.
- toArray() - Method in class org.graphstream.algorithm.FixedArrayList
- toArray(T[]) - Method in class org.graphstream.algorithm.FixedArrayList
- Toolkit - Class in org.graphstream.algorithm
-
Lots of small often used algorithms on graphs.
- Toolkit() - Constructor for class org.graphstream.algorithm.Toolkit
- TopologicalSortDFS - Class in org.graphstream.algorithm
-
Implementation of depth first search algorithm for a topological sorting of a directed acyclic graph (DAG).
- TopologicalSortDFS() - Constructor for class org.graphstream.algorithm.TopologicalSortDFS
- TopologicalSortKahn - Class in org.graphstream.algorithm
-
Implementation of Kahn's algorithm for a topological sorting of a directed acyclic graph (DAG).
- TopologicalSortKahn() - Constructor for class org.graphstream.algorithm.TopologicalSortKahn
- toString() - Method in class org.graphstream.algorithm.community.Community
-
Stringification method for Community object.
- toString() - Method in class org.graphstream.algorithm.ConnectedComponents.ConnectedComponent
- toString() - Method in class org.graphstream.algorithm.measure.CommunityDistribution
-
Updates the distribution information and returns a string for an easy display of the results.
- TRUNCATED_CUBICAL_GRAPH_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.TruncatedCubicalGraphGenerator
-
LCF notation of a truncated cubical graph.
- TRUNCATED_DODECAHEDRAL_GRAPH_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.TruncatedDodecahedralGraphGenerator
-
LCF notation of a truncated dodecahedral graph.
- TRUNCATED_OCTAHEDRAL_GRAPH_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.TruncatedOctahedralGraphGenerator
-
LCF notation of a truncated octahedral graph.
- TRUNCATED_TETRAHEDRAL_GRAPH_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.TruncatedTetrahedralGraphGenerator
-
LCF notation of a truncated tetrahedral graph.
- TruncatedCubicalGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
-
Build a truncated cubical graph.
- TruncatedCubicalGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.TruncatedCubicalGraphGenerator
- TruncatedDodecahedralGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
-
Build a truncated dodecahedral graph.
- TruncatedDodecahedralGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.TruncatedDodecahedralGraphGenerator
- TruncatedOctahedralGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
-
Build a truncated octahedral graph.
- TruncatedOctahedralGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.TruncatedOctahedralGraphGenerator
- TruncatedTetrahedralGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
-
Build a truncated tetrahedral graph.
- TruncatedTetrahedralGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.TruncatedTetrahedralGraphGenerator
- TUTTE_12CAGE_GRAPH_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.Tutte12CageGraphGenerator
-
LCF notation of a Tutte 12-cage graph.
- TUTTE_COXETER_GRAPH_LCF - Static variable in class org.graphstream.algorithm.generator.lcf.TutteCoxeterGraphGenerator
-
LCF notation of a Tutte-Coxeter graph.
- Tutte12CageGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
-
Build a Tutte 12-cage graph.
- Tutte12CageGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.Tutte12CageGraphGenerator
- TutteCoxeterGraphGenerator - Class in org.graphstream.algorithm.generator.lcf
-
Build a Tutte-Coxeter graph.
- TutteCoxeterGraphGenerator() - Constructor for class org.graphstream.algorithm.generator.lcf.TutteCoxeterGraphGenerator
- type - Variable in class org.graphstream.algorithm.measure.ChartMeasure.PlotParameters
-
Type of plot.
All Classes|All Packages