locan.process.filter.Selector¶
- class locan.process.filter.Selector(loc_property, activate, lower_bound, upper_bound)[source]¶
Bases:
objectDefine selection interval for a single localization property.
- Parameters:
loc_property (
str) – Localization propertyactivate (
bool) – Indicator to apply the selection or notlower_bound (
int|float) – min fo selection intervalupper_bound (
int|float) – max of selection interval
- Variables:
loc_property (str) – Localization property
activate (bool) – Indicator to apply the selection or not
lower_bound (int | float) – min fo selection interval
upper_bound (int | float) – max of selection interval
interval (Interval) – Class with interval specifications
condition (str) – specification turned into condition string
Methods
__init__(loc_property, activate, ...)Attributes
- property condition: str¶
- property lower_bound: int | float¶
- property upper_bound: int | float¶