FLUID-5136: Change fluid.transforms.firstValue to be a standardTransformation

Metadata

Source
FLUID-5136
Type
Improvement
Priority
Major
Status
Open
Resolution
N/A
Assignee
Kasper Galschiot Markus
Reporter
Kasper Galschiot Markus
Created
2013-09-17T19:43:33.811-0400
Updated
2016-04-13T04:25:35.657-0400
Versions
N/A
Fixed Versions
N/A
Component
  1. Model Transformation System

Description

There is nothing preventing the firstValue transform to be a standardTransformation. This should be done to take advantage of the general functionality provided by those classes.

One caveat of this is that the input variable will be renamed from "values" to "value"

Comments

  • Kasper Galschiot Markus commented 2016-04-13T04:25:35.657-0400

    It is not clear that this JIRA is actually valid, since firstValue is a bit special in its behavior. By default all the entries of the firstValue transform are interpreted as transforms (ie. paths if they are strings). This would conflict with the current expectations of the model transformation systems standardInputFunction.