Modifier and Type | Method and Description |
---|---|
protected Object |
ClassificationMapping.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
GenerateUID.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
Rename.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
FormattedString.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
Assign.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
protected Object |
CalculateArea.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
CalculateLength.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
OrdinatesToPoint.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
NetworkExpansion.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
Centroid.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
protected Object |
ExtentTransformation.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
static groovy.lang.Binding |
GroovyTransformation.createGroovyBinding(List<PropertyValue> vars,
boolean useNullForMissingBindings)
Create a Groovy binding from the list of variables.
|
protected Object |
GroovyTransformation.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
protected Object |
GeographicalName.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
Identifier.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
protected Object |
MathematicalExpression.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
static Object |
MathematicalExpression.evaluateExpression(String expression,
List<PropertyValue> vars)
Evaluate a mathematical expression.
|
Modifier and Type | Method and Description |
---|---|
protected Object |
SequentialID.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
protected Object |
DateExtraction.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
protected Object |
RegexAnalysis.evaluate(String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
void |
PropertyTransformation.setVariables(com.google.common.collect.ListMultimap<String,PropertyValue> variables)
Set the property values serving as variables for the function.
|
Modifier and Type | Class and Description |
---|---|
class |
PropertyValueImpl
Default
PropertyValue implementation. |
Modifier and Type | Method and Description |
---|---|
protected abstract com.google.common.collect.ListMultimap<String,Object> |
AbstractPropertyTransformation.evaluate(String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
com.google.common.collect.ListMultimap<String,PropertyEntityDefinition> resultNames,
Map<String,String> executionParameters,
TransformationLog log)
Execute the evaluation function as configured.
|
protected com.google.common.collect.ListMultimap<String,Object> |
AbstractSingleTargetPropertyTransformation.evaluate(String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
com.google.common.collect.ListMultimap<String,PropertyEntityDefinition> resultNames,
Map<String,String> executionParameters,
TransformationLog log) |
protected abstract Object |
AbstractSingleTargetPropertyTransformation.evaluate(String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log)
Execute the evaluation function as configured.
|
void |
AbstractPropertyTransformation.setVariables(com.google.common.collect.ListMultimap<String,PropertyValue> variables) |
Modifier and Type | Method and Description |
---|---|
Object |
Script.evaluate(String script,
Iterable<PropertyValue> variables)
Evaluates the given script with the given variables.
|
String |
Script.validate(String script,
Iterable<PropertyValue> variables)
Validates the given script against the given variables
|
Modifier and Type | Method and Description |
---|---|
Object |
GroovyScript.evaluate(String script,
Iterable<PropertyValue> variables) |
String |
GroovyScript.validate(String script,
Iterable<PropertyValue> variables) |
Modifier and Type | Method and Description |
---|---|
Object |
MathScript.evaluate(String script,
Iterable<PropertyValue> variables) |
String |
MathScript.validate(String script,
Iterable<PropertyValue> variables) |
Modifier and Type | Method and Description |
---|---|
protected com.google.common.collect.ListMultimap<String,Object> |
AbstractScriptedPropertyTransformation.evaluate(String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
com.google.common.collect.ListMultimap<String,PropertyEntityDefinition> resultNames,
Map<String,String> executionParameters,
TransformationLog log) |
protected abstract Object |
AbstractSingleTargetScriptedPropertyTransformation.evaluate(String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
String resultName,
PropertyEntityDefinition resultProperty,
Map<String,String> executionParameters,
TransformationLog log)
Execute the evaluation function as configured.
|
protected abstract com.google.common.collect.ListMultimap<String,Object> |
AbstractScriptedPropertyTransformation.evaluateImpl(String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
com.google.common.collect.ListMultimap<String,PropertyEntityDefinition> resultNames,
Map<String,String> executionParameters,
TransformationLog log)
Execute the evaluation function as configured.
|
protected com.google.common.collect.ListMultimap<String,Object> |
AbstractSingleTargetScriptedPropertyTransformation.evaluateImpl(String transformationIdentifier,
E engine,
com.google.common.collect.ListMultimap<String,PropertyValue> variables,
com.google.common.collect.ListMultimap<String,PropertyEntityDefinition> resultNames,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
protected Iterable<PropertyValue> |
GroovyEditor.createPropertyValues()
|
Modifier and Type | Method and Description |
---|---|
protected Iterable<PropertyValue> |
MathEditor.createPropertyValues()
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a