Humboldt Alignment Editor 2.5.0

Uses of Class
eu.esdihumboldt.hale.common.align.model.impl.PropertyEntityDefinition

Packages that use PropertyEntityDefinition
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.io.impl.internal   
eu.esdihumboldt.hale.common.align.model   
eu.esdihumboldt.hale.common.align.model.impl   
eu.esdihumboldt.hale.common.align.transformation.function   
eu.esdihumboldt.hale.common.align.transformation.function.impl   
eu.esdihumboldt.hale.ui.functions.groovy   
 

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

Methods in eu.esdihumboldt.cst.functions.core with parameters of type PropertyEntityDefinition
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 PropertyEntityDefinition in eu.esdihumboldt.cst.functions.geometric
 

Methods in eu.esdihumboldt.cst.functions.geometric with parameters of type PropertyEntityDefinition
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 PropertyEntityDefinition in eu.esdihumboldt.cst.functions.groovy
 

Methods in eu.esdihumboldt.cst.functions.groovy with parameters of type PropertyEntityDefinition
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 PropertyEntityDefinition in eu.esdihumboldt.cst.functions.inspire
 

Methods in eu.esdihumboldt.cst.functions.inspire with parameters of type PropertyEntityDefinition
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 PropertyEntityDefinition in eu.esdihumboldt.cst.functions.numeric
 

Methods in eu.esdihumboldt.cst.functions.numeric with parameters of type PropertyEntityDefinition
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)
           
 

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

Methods in eu.esdihumboldt.cst.functions.numeric.sequentialid with parameters of type PropertyEntityDefinition
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 PropertyEntityDefinition in eu.esdihumboldt.cst.functions.string
 

Methods in eu.esdihumboldt.cst.functions.string with parameters of type PropertyEntityDefinition
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 PropertyEntityDefinition in eu.esdihumboldt.hale.common.align.io.impl.internal
 

Methods in eu.esdihumboldt.hale.common.align.io.impl.internal that return PropertyEntityDefinition
protected  PropertyEntityDefinition PropertyBean.createEntityDefinition(TypeIndex index, SchemaSpaceID schemaSpace)
           
 

Uses of PropertyEntityDefinition in eu.esdihumboldt.hale.common.align.model
 

Methods in eu.esdihumboldt.hale.common.align.model that return PropertyEntityDefinition
 PropertyEntityDefinition Property.getDefinition()
           
 

Uses of PropertyEntityDefinition in eu.esdihumboldt.hale.common.align.model.impl
 

Methods in eu.esdihumboldt.hale.common.align.model.impl that return PropertyEntityDefinition
 PropertyEntityDefinition DefaultProperty.getDefinition()
           
 

Constructors in eu.esdihumboldt.hale.common.align.model.impl with parameters of type PropertyEntityDefinition
DefaultProperty(PropertyEntityDefinition definition)
          Create a property entity
 

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

Methods in eu.esdihumboldt.hale.common.align.transformation.function that return PropertyEntityDefinition
 PropertyEntityDefinition PropertyValue.getProperty()
          Get the property.
 

Method parameters in eu.esdihumboldt.hale.common.align.transformation.function with type arguments of type PropertyEntityDefinition
 void PropertyTransformation.setExpectedResult(com.google.common.collect.ListMultimap<String,PropertyEntityDefinition> resultNames)
          Set the expected result names.
 

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

Methods in eu.esdihumboldt.hale.common.align.transformation.function.impl that return PropertyEntityDefinition
 PropertyEntityDefinition PropertyValueImpl.getProperty()
           
 

Methods in eu.esdihumboldt.hale.common.align.transformation.function.impl with parameters of type PropertyEntityDefinition
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.
 

Method parameters in eu.esdihumboldt.hale.common.align.transformation.function.impl with type arguments of type PropertyEntityDefinition
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)
           
 void AbstractPropertyTransformation.setExpectedResult(com.google.common.collect.ListMultimap<String,PropertyEntityDefinition> resultNames)
           
 

Constructors in eu.esdihumboldt.hale.common.align.transformation.function.impl with parameters of type PropertyEntityDefinition
PropertyValueImpl(Object value, PropertyEntityDefinition property)
          Create a property value associated with its definition
 

Uses of PropertyEntityDefinition in eu.esdihumboldt.hale.ui.functions.groovy
 

Methods in eu.esdihumboldt.hale.ui.functions.groovy with parameters of type PropertyEntityDefinition
protected  Object InstanceTestValues.extractValue(Instance instance, PropertyEntityDefinition property)
          Extract the value represented by the given property from the given instance.
 Object TestValues.get(PropertyEntityDefinition property)
          Get a test value for the given property.
 Object InstanceTestValues.get(PropertyEntityDefinition property)
           
protected  Object InstanceTestValues.getDefaultValue(PropertyEntityDefinition property)
          Get a default test value for the given property.
protected  Instance InstanceTestValues.getInstance(PropertyEntityDefinition property)
          Get an instance that may hold a value for the given property.
 


Humboldt Alignment Editor 2.5.0

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