T - Type of Node/Task IDR - Type of Node/Task resultpublic interface Validator<T extends Comparable<T>,R>
| Modifier and Type | Method and Description |
|---|---|
void |
validate(Dag<T,R> graph)
Called to figure out if a graph is valid or not, exception should be thrown if the graph is invalid
|
Copyright © 2016 Dexecutor. All rights reserved.