graph

Undocumented in source.

Members

Aliases

Dependency
alias Dependency = Tuple!(string, "client", string, "supplier")
Undocumented in source.

Functions

add
void add(Element[] elements, Element element)
Undocumented in source. Be warned that the author may not have intended to support it.
elements
string[] elements(Dependency[] dependencies)
Undocumented in source. Be warned that the author may not have intended to support it.
transitiveClosure
void transitiveClosure(Dependency[] dependencies)
Undocumented in source. Be warned that the author may not have intended to support it.
transitiveReduction
Dependency[] transitiveReduction(Dependency[] dependencies)
Undocumented in source. Be warned that the author may not have intended to support it.
write
void write(Output output, Dependency[] dependencies)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta