| Package | Description |
|---|---|
| com.github.dexecutor.core | |
| com.github.dexecutor.core.graph |
| Modifier and Type | Method and Description |
|---|---|
void |
DexecutorState.print(Traversar<T,R> traversar,
Writer writer)
Prints the graph into the writer using the Traversar
|
void |
DefaultDexecutorState.print(Traversar<T,R> traversar,
Writer writer) |
void |
DexecutorConfig.setTraversar(Traversar<T,R> traversar)
Change the traversar to that of specified
|
| Modifier and Type | Class and Description |
|---|---|
class |
BaseTraversar<T extends Comparable<T>,R> |
class |
LevelOrderTraversar<T extends Comparable<T>,R>
A Traversar which does level order traversal of the given graph
|
class |
MergedLevelOrderTraversar<T extends Comparable<T>,R>
A Traversar which does level order traversal of the given graph and merges each level
|
Copyright © 2016 Dexecutor. All rights reserved.