| Class | Description |
|---|---|
| DefaultGraphTransformationEngine | |
| GraphComputationStage<KeyType extends ComputeKey<ResultType>,ResultType extends ComputeResult> |
Represents one "stage" of computation in the
GraphTransformationEngine. |
| NoOpGraphEngineCache<Key extends ComputeKey<Value>,Value extends ComputeResult> |
Graph Engine cache that does not store result, and always returns nothing on get.
|