| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
DexecutorConfig.setValidator(Validator<T,R> validator)
change the validator to that of specified
|
void |
DexecutorState.validate(Validator<T,R> validator)
validates the graph using the validator
|
void |
DefaultDexecutorState.validate(Validator<T,R> validator) |
| Modifier and Type | Class and Description |
|---|---|
class |
CyclicValidator<T extends Comparable<T>,R>
A
Validator which does cyclic checks |
Copyright © 2016 Dexecutor. All rights reserved.