T - public interface Graph<T extends Comparable<T>>
| Modifier and Type | Interface and Description |
|---|---|
static class |
Graph.Node<T> |
| Modifier and Type | Method and Description |
|---|---|
void |
addDependency(T evalFirstValue,
T evalAfterValue) |
void |
addIndependent(T nodeValue) |
Collection<Graph.Node<T>> |
allNodes() |
Set<Graph.Node<T>> |
getInitialNodes() |
Set<Graph.Node<T>> |
getLeafNodes() |
int |
size() |
void addIndependent(T nodeValue)
Set<Graph.Node<T>> getInitialNodes()
Set<Graph.Node<T>> getLeafNodes()
Collection<Graph.Node<T>> allNodes()
int size()
Copyright © 2016 Dexecutor. All rights reserved.