◆ getPipeline()
Pipeline fiftyone.pipeline.core.data.ElementData.getPipeline | ( | ) |
Get the Pipeline instance which this instance is associated with.
- Returns
- pipeline instance
Implemented in fiftyone.pipeline.core.data.ElementDataBase.
\r\n
Represents property values that have be determined by a specific FlowElement based on the supplied evidence.
Pipeline | getPipeline () |
void | setPipeline (Pipeline pipeline) |
Public Member Functions inherited from fiftyone.pipeline.core.data.Data | |
Object | get (String key)
Get the value stored using the specified key. More...
|
void | put (String key, Object value)
Set the value stored using the specified key. More...
|
void | populateFromMap (Map< String, Object > values)
Use the values in the specified map to populate this data instance. More...
|
Map< String, Object > | asKeyMap () |
Pipeline fiftyone.pipeline.core.data.ElementData.getPipeline | ( | ) |
Get the Pipeline instance which this instance is associated with.
Implemented in fiftyone.pipeline.core.data.ElementDataBase.
void fiftyone.pipeline.core.data.ElementData.setPipeline | ( | Pipeline | pipeline | ) |
Set the Pipeline instance which this instance is associated with.
Implemented in fiftyone.pipeline.core.data.ElementDataBase.