public abstract class ExecutionEngine extends Object implements IExecutionEngine
| Modifier and Type | Field and Description |
|---|---|
protected List<AMapping> |
buffer
List of intermediate mappings.
|
protected ACache |
source
Source cache.
|
protected String |
sourceVariable
Source variable (usually "?x").
|
protected ACache |
target
Target cache.
|
protected String |
targetVariable
Target variable (usually "?y").
|
| Constructor and Description |
|---|
ExecutionEngine(ACache source,
ACache target,
String sourceVar,
String targetVar)
Constructor for an execution engine.
|
Copyright © 2018. All rights reserved.