T - Type of Node/Task IDR - Type of Node/Task resultpublic interface TaskProvider<T extends Comparable<T>,R>
| Modifier and Type | Interface and Description |
|---|---|
static class |
TaskProvider.Task<T,R>
Represent a unit of execution in Dexecutor framework
|
| Modifier and Type | Method and Description |
|---|---|
TaskProvider.Task<T,R> |
provid(T id)
Given the node id, returns the task to be executed, while building graph only the node ids are required, when it comes to execution Task objects would be constructed
|
TaskProvider.Task<T,R> provid(T id)
id - Copyright © 2016 Dexecutor. All rights reserved.