Package src :: Package com :: Package deviceatlas :: Package device :: Module dynamic_value :: Class DynamicValue
[frames] | no frames]

Class DynamicValue

A DynamicValue holds a reference to a component that should be present before the dynamic value and also a DynamicValueExtractor that is responsible for actually extracting the value from an identifier.

@author DeviceAtlas Limited

Instance Methods
 
__init__(self, component_preceding_dynamic_value_index, dynamic_extractor)
 
get_component_preceding_dynamic_value_index(self)
 
get_dynamic_extractor(self)