src.system.projection_entity.projection_value

Modeling framework object model Projection Value.

Functions

compare_latest_value(element)

Used as the key argument for built-in comparison functions like max() or min(), comparing the latest_value attribute between ProjectionValue objects.

use_latest_value(function)

Decorator that scans function arguments for ProjectionValue's, then replaces them with the ProjectionValue's latest_value property.

Classes

ProjectionValue(init_t, init_value[, ...])

Stores values for a ProjectionEntity.