\r\n

51Degrees Pipeline Python  4.4

51Degrees Pipeline for Python

tests.classes.exampleflowelement1.ExampleFlowElement1 Class Reference

Inheritance diagram for tests.classes.exampleflowelement1.ExampleFlowElement1:

[legend]

Collaboration diagram for tests.classes.exampleflowelement1.ExampleFlowElement1:

[legend]

Public Member Functions

def  __init__ (self, example_param=None)
def  process_internal (self, flowdata)
The method behind FlowElement.Process - it is called by the process() function. More...
def  get_evidence_key_filter (self)
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter. More...

Public Member Functions inherited from fiftyone_pipeline_core.flowelement.FlowElement

def  __init__ (self)
List of Pipelines the FlowElement has been added to. More...
def  process (self, flowdata)
Function for getting the FlowElement's EvidenceKeyFilter Used by the filterEvidence method. More...
def  on_registration (self, pipeline)
Function called when an element is added to the pipeline. More...
def  filter_evidence (self, flowdata)
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter. More...
def  filter_evidence_key (self, key)
Filter FlowData.evidence using the flowElement's EvidenceKeyFilter with the property key of evidence of interest. More...
def  get_properties (self)

Public Attributes

 datakey
 properties

Public Attributes inherited from fiftyone_pipeline_core.flowelement.FlowElement

 pipelines
 properties  datakey  exclude_from_messages

Constructor & Destructor Documentation

◆ __init__()

def tests.classes.exampleflowelement1.ExampleFlowElement1.__init__ (   self,
  example_param = None  
)

Member Function Documentation

◆ get_evidence_key_filter()

def tests.classes.exampleflowelement1.ExampleFlowElement1.get_evidence_key_filter (   self )

Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.

@rtype: EvidenceKeyFilter

Returns
: Returns an EvidenceKeyFilter

Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.

◆ process_internal()

def tests.classes.exampleflowelement1.ExampleFlowElement1.process_internal (   self,
  flowdata  
)

The method behind FlowElement.Process - it is called by the process() function.

It is usually overridden by specific flowElements to do their core work.

@type flowdata: FlowData

Parameters
flowdata - FlowData to be processed

@rtype: bool

Returns
: Returns True

Reimplemented from fiftyone_pipeline_core.flowelement.FlowElement.

Member Data Documentation

◆ datakey

tests.classes.exampleflowelement1.ExampleFlowElement1.datakey

◆ param_set

tests.classes.exampleflowelement1.ExampleFlowElement1.param_set

◆ properties

tests.classes.exampleflowelement1.ExampleFlowElement1.properties
On This Page