◆ filterEvidence()
fiftyone\pipeline\core\FlowElement::filterEvidence | ( | $flowData | ) |
Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.
- Parameters
-
- FlowData -
- Returns
- mixed
◆ filterEvidenceKey()
fiftyone\pipeline\core\FlowElement::filterEvidenceKey ( $key ) Filter FlowData evidence using the FlowElement's EvidenceKeyFilter.
- Parameters
-
- FlowData -
- Returns
- mixed
◆ getEvidenceKeyFilter()
fiftyone\pipeline\core\FlowElement::getEvidenceKeyFilter ( ) Function for getting the FlowElement's EvidenceKeyFilter Used by the filterEvidence method.
- Returns
- EvidenceKeyFilter
◆ getProperties()
fiftyone\pipeline\core\FlowElement::getProperties ( ) Get properties is usually overriden by specific FlowElements.
- Returns
- array key value array of properties
◆ onRegistration()
fiftyone\pipeline\core\FlowElement::onRegistration ( $pipeline ) Callback called when an engine is added to a pipeline.
- Parameters
-
- Pipeline -
- Returns
- void
◆ process()
fiftyone\pipeline\core\FlowElement::process ( $flowData ) General wrapper function that calls a FlowElement's processInternal method.