| Interface | Description |
|---|---|
| ComputationEnvironment |
A computation environment that
GraphComputation can access. |
| GraphComputation<Key extends ComputeKey<Result>,Result extends ComputeResult> |
Interface for transformations with the
GraphTransformationEngine. |
| GraphEngineCache<Key extends ComputeKey<Value>,Value extends ComputeResult> |
Interface for a Cache object that
GraphTransformationEngine uses to store results that
have finished computing so that the results can be reused. |
| GraphTransformationEngine |
Transformation engine that transforms supplied ComputeKey into ComputeResult via
GraphComputation. |