Modifier and Type | Method and Description |
---|---|
InstanceHandler<? super TransformationEngine> |
Merge.getInstanceHandler() |
InstanceHandler<? super TransformationEngine> |
Join.getInstanceHandler() |
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) |
void |
Retype.execute(String transformationIdentifier,
TransformationEngine engine,
Map<String,String> executionParameters,
TransformationLog log,
Cell cell) |
void |
Create.execute(String transformationIdentifier,
TransformationEngine engine,
Map<String,String> executionParameters,
TransformationLog log,
Cell cell) |
Modifier and Type | Method and Description |
---|---|
ResourceIterator<FamilyInstance> |
JoinHandler.partitionInstances(InstanceCollection instances,
String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,ParameterValue> transformationParameters,
Map<String,String> executionParameters,
TransformationLog log) |
Modifier and Type | Method and Description |
---|---|
ResourceIterator<FamilyInstance> |
AbstractMergeHandler.partitionInstances(InstanceCollection instances,
String transformationIdentifier,
TransformationEngine engine,
com.google.common.collect.ListMultimap<String,ParameterValue> transformationParameters,
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 |
---|---|
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) |
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 |
---|---|
TransformationEngine |
EngineManager.get(String engineId,
TransformationLog log)
Get the transformation engine with the given ID
|
Modifier and Type | Method and Description |
---|---|
void |
EngineExtension.ConfigurationFactory.dispose(TransformationEngine instance) |
Modifier and Type | Class and Description |
---|---|
class |
NullTransformationEngine
Transformation engine with no state
|
Modifier and Type | Interface and Description |
---|---|
interface |
InstanceHandler<E extends TransformationEngine>
Partitions multiple instances.
|
interface |
PropertyTransformation<E extends TransformationEngine>
Function that is evaluated based on variables populated by property values.
|
interface |
TransformationFunction<E extends TransformationEngine>
Common interface for all transformation functions
|
interface |
TypeTransformation<E extends TransformationEngine>
Transformation function between source and target types.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractPropertyTransformation<E extends TransformationEngine>
Base class for implementing
PropertyTransformation s |
class |
AbstractSingleTargetPropertyTransformation<E extends TransformationEngine>
Abstract property transformation implementation for functions with a single
target property.
|
class |
AbstractSingleTypeTransformation<E extends TransformationEngine>
Transformation function base class
|
class |
AbstractTransformationFunction<E extends TransformationEngine>
Transformation function base class
|
class |
AbstractTypeTransformation<E extends TransformationEngine>
Type transformation function base class
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractScriptedPropertyTransformation<E extends TransformationEngine>
Base class for
PropertyTransformation that supports evaluating
scripted parameters. |
class |
AbstractSingleTargetScriptedPropertyTransformation<E extends TransformationEngine>
Abstract property transformation implementation for functions with a single
target property.
|
Build 2013-10-07_11-27-38
Revision 99b27713a799a59a21b0b166eaaea8aaefbf125a