org.sonar.api.utils.dag
Class DirectAcyclicGraph

java.lang.Object
  extended by org.sonar.api.utils.dag.DirectAcyclicGraph

public class DirectAcyclicGraph
extends Object

http://en.wikipedia.org/wiki/Directed_acyclic_graph

Since:
1.10

Constructor Summary
DirectAcyclicGraph(Object... objects)
           
 
Method Summary
 Node add(Object object, Object... dependencies)
           
 List sort()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DirectAcyclicGraph

public DirectAcyclicGraph(Object... objects)
Method Detail

add

public Node add(Object object,
                Object... dependencies)

sort

public List sort()


Copyright © 2009-2011 SonarSource. All Rights Reserved.