public class RuntimeContextImpl extends Object implements RuntimeContext
Constructor and Description |
---|
RuntimeContextImpl() |
Modifier and Type | Method and Description |
---|---|
void |
defineCorrelateVariable(String variableId,
TableRef def) |
TableRef |
getCorrelateVariableDef(String variableId) |
Tuple |
getCorrelateVariableValue(String variableId) |
void |
setCorrelateVariableValue(String variableId,
Tuple value) |
public void defineCorrelateVariable(String variableId, TableRef def)
defineCorrelateVariable
in interface RuntimeContext
public TableRef getCorrelateVariableDef(String variableId)
getCorrelateVariableDef
in interface RuntimeContext
public void setCorrelateVariableValue(String variableId, Tuple value)
setCorrelateVariableValue
in interface RuntimeContext
public Tuple getCorrelateVariableValue(String variableId)
getCorrelateVariableValue
in interface RuntimeContext
Copyright © 2017 Apache Software Foundation. All Rights Reserved.