| Package | Description |
|---|---|
| com.github.dexecutor.executor | |
| com.github.dexecutor.executor.graph |
| Class and Description |
|---|
| Traversar
Provides an API to Traverse a given graph
|
| Validator
This interface provides API to validate the graph before tasks execution
|
| Class and Description |
|---|
| Graph
Dependency would be constructed based on this APIs, Dexecutor uses this data structure to represent the dependencies between tasks
|
| Graph.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
|
| Graph.NodeStatus
Represents node's execution status
|
| 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.