◆ filterEvidence()
fiftyone\pipeline\core\FlowElement::filterEvidence | ( | $flowData | ) |
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.
- Parameters
-
- FlowData -
- Returns
- mixed
\r\n
A FlowElement is placed inside a Pipeline It receives Evidence via a FlowData object It uses this to optionally create ElementData on the FlowData It has a unique dataKey which is used to extract data from the FlowData Any errors in processing are caught in the FlowData's errors object.
process ($flowData)
General wrapper function that calls a FlowElement's processInternal method. More...
| |
getEvidenceKeyFilter () | |
filterEvidence ($flowData) | |
filterEvidenceKey ($key) | |
onRegistration ($pipeline)
Callback called when an engine is added to a pipeline. More...
| |
processInternal ($flowData) | |
getProperties ()
Get properties is usually overriden by specific FlowElements. More...
| |
updatePropertyList ()
Update a FlowElement's property list This is used by elements that are only aware of their properites at a later stage, such as cloud request based FlowElements or FlowElements that change their properties later based on new datafiles.
|
fiftyone\pipeline\core\FlowElement::filterEvidence | ( | $flowData | ) |
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.
fiftyone\pipeline\core\FlowElement::filterEvidenceKey | ( | $key | ) |
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.
fiftyone\pipeline\core\FlowElement::getEvidenceKeyFilter | ( | ) |
Function for getting the FlowElement's EvidenceKeyFilter Used by the filterEvidence method.
fiftyone\pipeline\core\FlowElement::getProperties | ( | ) |
Get properties is usually overriden by specific FlowElements.
fiftyone\pipeline\core\FlowElement::onRegistration | ( | $pipeline | ) |
fiftyone\pipeline\core\FlowElement::process | ( | $flowData | ) |
General wrapper function that calls a FlowElement's processInternal method.