Humboldt Alignment Editor 2.5.0

Uses of Interface
eu.esdihumboldt.hale.common.align.transformation.function.PropertyValue

Packages that use PropertyValue
eu.esdihumboldt.cst.functions.core   
eu.esdihumboldt.cst.functions.geometric   
eu.esdihumboldt.cst.functions.groovy   
eu.esdihumboldt.cst.functions.inspire   
eu.esdihumboldt.cst.functions.numeric   
eu.esdihumboldt.cst.functions.numeric.sequentialid   
eu.esdihumboldt.cst.functions.string   
eu.esdihumboldt.hale.common.align.transformation.function   
eu.esdihumboldt.hale.common.align.transformation.function.impl   
 

Uses of PropertyValue in eu.esdihumboldt.cst.functions.core
 

Method parameters in eu.esdihumboldt.cst.functions.core with type arguments of type PropertyValue
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 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)
           
 

Uses of PropertyValue in eu.esdihumboldt.cst.functions.geometric
 

Method parameters in eu.esdihumboldt.cst.functions.geometric with type arguments of type PropertyValue
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)
           
 

Uses of PropertyValue in eu.esdihumboldt.cst.functions.groovy
 

Method parameters in eu.esdihumboldt.cst.functions.groovy with type arguments of type PropertyValue
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)
           
 

Uses of PropertyValue in eu.esdihumboldt.cst.functions.inspire
 

Method parameters in eu.esdihumboldt.cst.functions.inspire with type arguments of type PropertyValue
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)
           
 

Uses of PropertyValue in eu.esdihumboldt.cst.functions.numeric
 

Method parameters in eu.esdihumboldt.cst.functions.numeric with type arguments of type PropertyValue
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.
 

Uses of PropertyValue in eu.esdihumboldt.cst.functions.numeric.sequentialid
 

Method parameters in eu.esdihumboldt.cst.functions.numeric.sequentialid with type arguments of type PropertyValue
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)
           
 

Uses of PropertyValue in eu.esdihumboldt.cst.functions.string
 

Method parameters in eu.esdihumboldt.cst.functions.string with type arguments of type PropertyValue
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)
           
 

Uses of PropertyValue in eu.esdihumboldt.hale.common.align.transformation.function
 

Method parameters in eu.esdihumboldt.hale.common.align.transformation.function with type arguments of type PropertyValue
 void PropertyTransformation.setVariables(com.google.common.collect.ListMultimap<String,PropertyValue> variables)
          Set the property values serving as variables for the function.
 

Uses of PropertyValue in eu.esdihumboldt.hale.common.align.transformation.function.impl
 

Classes in eu.esdihumboldt.hale.common.align.transformation.function.impl that implement PropertyValue
 class PropertyValueImpl
          Default PropertyValue implementation.
 

Method parameters in eu.esdihumboldt.hale.common.align.transformation.function.impl with type arguments of type PropertyValue
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)
           
 


Humboldt Alignment Editor 2.5.0

Build 2012-12-03_12-30-59
Revision 9d2dd4b0318cda9f1393b1ddd390f7f792d70a2d