\r\n

51Degrees Pipeline Java  4.4

51Degrees Pipeline for Java

fiftyone.pipeline.core.flowelements.FlowElementBase< TData extends ElementData, TProperty extends ElementPropertyMetaData >.DataFactorySimple< T extends ElementData > Class Template Reference

Detailed Description

FlowElement.DataFactory implementation which should be used temporarily with a single ElementData instance.

An instance's create(FlowData) method will always return the element data it was constructed with.

This is used within the caching mechanism where the data is already known.

Parameters
<T> - the type of (}

Inheritance diagram for fiftyone.pipeline.core.flowelements.FlowElementBase< TData extends ElementData, TProperty extends ElementPropertyMetaData >.DataFactorySimple< T extends ElementData >:

[legend]

Collaboration diagram for fiftyone.pipeline.core.flowelements.FlowElementBase< TData extends ElementData, TProperty extends ElementPropertyMetaData >.DataFactorySimple< T extends ElementData >:

[legend]

Public Member Functions

 DataFactorySimple (T value)
Create a new instance which returns the data provided. More...
T  create (FlowData flowData)

Constructor & Destructor Documentation