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 construced based on this APIs, Dexecutor uses this data structure to represet 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
|
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.