Package | Description |
---|---|
org.apache.flex.compiler.internal.graph |
Modifier and Type | Class and Description |
---|---|
class |
Graph<V,E extends IGraphEdge<V>>
Implementation of
IGraph . |
class |
SynchronizedGraph<V,E extends IGraphEdge<V>>
Thread safe implementation of IGraph.
|
Modifier and Type | Method and Description |
---|---|
static <V,E extends IGraphEdge<V>> |
TopologicalSort.sort(IGraph<V,E> graph,
Collection<V> rootedVertices,
TopologicalSort.IVisitor<V,E> visitor)
Topologically sorts nodes in an
IGraph . |
static <V,E extends IGraphEdge<V>> |
TopologicalSort.sort(IGraph<V,E> graph,
Comparator<V> vertexComparator)
Convenience wrapper for
TopologicalSort.sort(IGraph, Collection, IVisitor) that
topologically sorts all vertices in a graph and returns a list of all the
vertices in topological order. |
Copyright © 2016 The Apache Software Foundation. All rights reserved.