Package | Description |
---|---|
com.github.dexecutor.core | |
com.github.dexecutor.core.graph |
Class and Description |
---|
Node
A node representation in this graph, every node may have set of incoming edges and outgoing edges, a node is represented by unique value
|
Traversar
Provides an API to Traverse a given graph
|
Validator
This interface provides API to validate the graph before tasks execution
|
Class and Description |
---|
BaseTraversar |
Dag
Dependency would be constructed based on this APIs, Dexecutor uses this data structure to represent the dependencies between tasks
|
Node
A node representation in this graph, every node may have set of incoming edges and outgoing edges, a node is represented by unique value
|
Traversar
Provides an API to Traverse a given graph
|
Validator
This interface provides API to validate the graph before tasks execution
|
Copyright © 2016 Dexecutor. All rights reserved.