pyreason.scripts.facts.fact

Module Contents

Classes

Fact

class Fact(name: str, component: str | Tuple[str, str], attribute: str, bound: pyreason.scripts.numba_wrapper.numba_types.interval_type.Interval | List[float], start_time: int, end_time: int, static: bool = False)[source]