public class DefaultNodeProvider<T,R> extends Object implements NodeProvider<T,R>
| Constructor and Description |
|---|
DefaultNodeProvider(DexecutorState<T,R> dexecutorState) |
| Modifier and Type | Method and Description |
|---|---|
Node<T,R> |
getGraphNode(T id)
Returns the node with the given id
|
public DefaultNodeProvider(DexecutorState<T,R> dexecutorState)
public Node<T,R> getGraphNode(T id)
NodeProvidergetGraphNode in interface NodeProvider<T,R>id - The Unique node idCopyright © 2016–2020 Dexecutor. All rights reserved.