| Package | Description | 
|---|---|
| org.apache.myfaces.config.util | 
| Modifier and Type | Method and Description | 
|---|---|
| void | Vertex. resolveOrder()Recurse through the tree from this vertex assigning an order to each
  and at the same time checking for any cyclic dependencies. | 
| static <T> void | DirectedAcyclicGraphVerifier. topologicalSort(List<Vertex<T>> vertices)Sort a set of vertices so that no dependency is before its vertex. | 
| static <T> void | DirectedAcyclicGraphVerifier. verify(List<Vertex<T>> vertices)Verify a set of vertices and all their dependencies have no cycles. | 
| static <T> void | DirectedAcyclicGraphVerifier. verify(Vertex<T> vertex)Verify that a vertex and its set of dependencies have no cycles. | 
Copyright © 2025 The Apache Software Foundation. All rights reserved.