org.qi4j.spi.util
Interface UsageGraph.Use<K>

Enclosing class:
UsageGraph<K>

public static interface UsageGraph.Use<K>


Method Summary
 Collection<K> uses(K source)
           
 

Method Detail

uses

Collection<K> uses(K source)
Parameters:
source - The item to be queried.
Returns:
A list of items it uses.