| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.graph |
| Class and Description |
|---|
| DependencyAware
Implementors should be aware of the the dependencies between entities
|
| 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
|
| TraversarAction |
| 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
|
| DependencyAware
Implementors should be aware of the the dependencies between entities
|
| 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
|
| TraversarAction |
| Validator
This interface provides API to validate the graph before tasks execution
|
Copyright © 2016 Dexecutor. All rights reserved.