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

T

TestGraphs - class edu.uci.ics.jung.utils.TestGraphs.
Generates a series of potentially useful test graphs.
TestGraphs() - Constructor for class edu.uci.ics.jung.utils.TestGraphs
 
ToStringLabeller - class edu.uci.ics.jung.graph.decorators.ToStringLabeller.
Labels vertices by their toString.
TreePredicate - class edu.uci.ics.jung.graph.predicates.TreePredicate.
 
TreePredicate() - Constructor for class edu.uci.ics.jung.graph.predicates.TreePredicate
 
TrivialFilter - class edu.uci.ics.jung.graph.filters.TrivialFilter.
A small filter that returns the vertices and edges in the orignal Graph.
TypedVertexGenerator - class edu.uci.ics.jung.utils.TypedVertexGenerator.
Generates vertices according to the edge requirements submitted to the constructor.
TypedVertexGenerator(Collection) - Constructor for class edu.uci.ics.jung.utils.TypedVertexGenerator
Determines the type of vertices that this generator will create, according to the edge requirements specified in the constructor:
  • undirected, no parallel edges - creates @link{SimpleUndirectedSparseVertex}
  • directed, no parallel edges - creates @link{SimpleDirectedSparseVertex}
  • mixed (directed and undirected), no parallel edges - creates @link{SimpleSparseVertex}
  • undirected, parallel edges allowed - creates @link{UndirectedSparseVertex}
  • directed, parallel edges allowed - creates @link{DirectedSparseVertex}
  • mixed, parallel edges allowed - creates @link{SparseVertex}
    toDirected(Graph) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be either undirected or mixed) into a directed graph without parallel edges.
    toString() - Method in class edu.uci.ics.jung.algorithms.blockmodel.EquivalenceRelation
     
    toString() - Method in class edu.uci.ics.jung.algorithms.blockmodel.GraphCollapser.CollapsedSparseVertex
     
    toString() - Method in class edu.uci.ics.jung.algorithms.importance.Ranking
    Returns the rank score as a string.
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEvent
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.AllSingleEvents
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.EdgeAddition
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.EdgeRemoval
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.VertexAddition
     
    toString() - Method in class edu.uci.ics.jung.graph.event.GraphEventType.VertexRemoval
     
    toString() - Method in class edu.uci.ics.jung.graph.filters.UnassembledGraph
     
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractArchetypeGraph
    Returns a human-readable representation of this graph.
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseEdge
    Returns a human-readable representation of this edge.
    toString() - Method in class edu.uci.ics.jung.graph.impl.AbstractSparseVertex
    Returns a human-readable representation of this vertex.
    toString() - Method in class edu.uci.ics.jung.graph.predicates.CliqueGraphPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.ConnectedGraphPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.IsolatedVertexPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.KPartiteEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.NotInGraphVertexPredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.ParallelEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.ReciprocatedDirectedEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.SelfLoopEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.SimpleEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumEdgePredicate
     
    toString() - Method in class edu.uci.ics.jung.graph.predicates.UserDatumVertexPredicate
     
    toString() - Method in class edu.uci.ics.jung.utils.MutableDouble
    Uses the default String converter to return the value of this as a string.
    toString() - Method in class edu.uci.ics.jung.utils.MutableInteger
     
    toString() - Method in class edu.uci.ics.jung.utils.UserData
     
    toString() - Method in class edu.uci.ics.jung.visualization.contrib.CircleLayout.CircleVertexData
     
    toUndirected(Graph) - Static method in class edu.uci.ics.jung.algorithms.transformation.DirectionTransformer
    Transforms graph (which may be either directed or mixed) into an undirected graph without parallel edges.
    totalCount() - Method in class edu.uci.ics.jung.statistics.Histogram
     
    transform(Graph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by edu.ics.uci.jung.algorithms.transformation.DirectionTransformer#toDirected(Graph)
    transform(DirectedGraph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by edu.ics.uci.jung.algorithms.transformation.DirectionTransformer#toUndirected(Graph)
    translateAll(Set, Graph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by GraphUtils.getEqualVertices(Set, ArchetypeGraph)
    translateAllEdges(Set, Graph) - Static method in class edu.uci.ics.jung.utils.GraphUtils
    Deprecated. As of version 1.4, replaced by GraphUtils.getEqualVertices(Set, ArchetypeGraph)

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