(abstract) new TraversalStrategy(fqcn, configuration)
Parameters:
| Name | Type | Description | 
|---|---|---|
| fqcn | String | fully qualified class name in Java of the strategy | 
| configuration | Object | for the strategy | 
- Source:
Methods
(abstract) apply(traversal) → {Promise}
Parameters:
| Name | Type | Description | 
|---|---|---|
| traversal | Traversal | 
- Source:
Returns:
- Type
- Promise