refine_plan.models.state ======================== .. py:module:: refine_plan.models.state .. autoapi-nested-parse:: State class for Markov models. Author: Charlie Street Owner: Charlie Street Classes ------- .. autoapisummary:: refine_plan.models.state.State Module Contents --------------- .. py:class:: State(sf_value_dict) Bases: :py:obj:`object` State class for Markov models. .. attribute:: _state_dict A dictionary from state factor name to value .. attribute:: _sf_dict A dictionary from state factor name to state factor .. attribute:: _hash_val The hash of the state .. py:method:: to_and_cond() Converts a state into a conjunction of conditions. :returns: The AddCondition representing the state