51Degrees Pipeline for Java

fiftyone.pipeline.engines.data.ProcessCallable Class Referenceabstract

Detailed Description

A Callable implementation which stores an AspectEngine to be used by the Callable#call() method.

The Callable#call() method is left to be implemented anonymously when using this class.

Inheritance diagram for fiftyone.pipeline.engines.data.ProcessCallable:

[legend]

Collaboration diagram for fiftyone.pipeline.engines.data.ProcessCallable:

[legend]

Public Member Functions

 ProcessCallable (AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > engine)
 Construct a new instance.

Public Attributes

final AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > engine
 The engine which is doing the processing.

Constructor & Destructor Documentation

◆ ProcessCallable()

fiftyone.pipeline.engines.data.ProcessCallable.ProcessCallable ( AspectEngine<? extends AspectData, ? extends AspectPropertyMetaData > engine)

Construct a new instance.

Parameters
enginethe engine to make available to the Callable#call() method