\r\n

51Degrees Pipeline Python  4.1Newer Version 4.4

51Degrees Pipeline for Python
  • pipeline-python
  • fiftyone_pipeline_engines
  • fiftyone_pipeline_engines
  • aspectdata_dictionary
  • AspectDataDictionary

pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary Class Reference

Detailed Description

AspectDataDictionary class extension that stores content as dictionary.

Inheritance diagram for pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary:

[legend]

Collaboration diagram for pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary:

[legend]

Public Member Functions

def  __init__ (self, flow_element, contents)
Constructor for element data dictionary. More...
def  as_dictionary (self)
Get the values contained in the aspectData instance as a dictionary of keys and values. More...
def  get_internal (self, key)
getInternal = Internal getter for contents More...

Public Member Functions inherited from pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata.AspectData

def  __init__ (self, flow_element)
Constructor for element data Adds default missing property service if not available. More...
def  get (self, key)
get - Get a value (unless in a flowElement's restrictedProperties list) If property not found, call the attached missing property service @type key: string More...

Public Attributes

 contents

Public Attributes inherited from pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata.AspectData

 missing_property_service

Constructor & Destructor Documentation

◆ __init__()

def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary.__init__ (   self,
  flow_element,
  contents  
)

Constructor for element data dictionary.

@type flow_element: FlowElement

Parameters
flow_element - @type contents: dict
contents -

Member Function Documentation

◆ as_dictionary()

def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary.as_dictionary (   self )

Get the values contained in the aspectData instance as a dictionary of keys and values.

@rtype: dict

Returns
: Returns the values contained in the aspectData instance as a dictionary of keys and values.

◆ get_internal()

def pipeline-python.fiftyone_pipeline_engines.fiftyone_pipeline_engines.aspectdata_dictionary.AspectDataDictionary.get_internal (   self,
  key  
)

getInternal = Internal getter for contents

@type key: string

Parameters
key - the key to get

@rtype: dict

Returns
: Internal getter for contents