Interface | Description |
---|---|
IGraph<V,E extends IGraphEdge<V>> |
Interface to a generic graph.
|
IGraphable | |
IGraphEdge<V> |
Interface for edges in
IGraph . |
IReportWriter |
Interface for classes that write to external streams
|
TopologicalSort.IVisitor<V,E extends IGraphEdge<V>> |
IVisitor interface implemented by callers of the
TopologicalSort.sort(org.apache.flex.compiler.internal.graph.IGraph<V, E>, java.util.Collection<V>, org.apache.flex.compiler.internal.graph.TopologicalSort.IVisitor<V, E>) method. |
Class | Description |
---|---|
GoogDepsWriter | |
Graph<V,E extends IGraphEdge<V>> |
Implementation of
IGraph . |
GraphEdge<V> |
Simple implementation of IGraphEdge.
|
GraphMLWriter |
Class to write a
DependencyGraph as a yed-format graphml file. |
InvalidationBytesCalculator |
Helper class to calculate bytes invalidated by changing a
ICompilationUnit |
LinkReportWriter |
Class to write a
DependencyGraph as a XML link report. |
LinkReportWriter.QNameComparator |
A
Comparator that sorts qnames String based on alphabetical order. |
SynchronizedGraph<V,E extends IGraphEdge<V>> |
Thread safe implementation of IGraph.
|
TopologicalSort |
Class with static methods for topologically sorting nodes in an
IGraph . |
VF2JSDepsWriter | |
XMLGraphWriter |
The base class of
IReportWriter that transforms a DependencyGraph to output in XML |
Copyright © 2016 The Apache Software Foundation. All rights reserved.