T
- Type of Node/Task IDR
- Type of Node/Task resultpublic class CyclicValidator<T extends Comparable<T>,R> extends Object implements Validator<T,R>
Validator
which does cyclic checksConstructor and Description |
---|
CyclicValidator() |
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.