Step ==== (class from :py:mod:`pyomo.contrib.cp.scheduling_expr.step_function_expressions`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.contrib.cp.scheduling_expr.step_function_expressions import * try: from pyomo.contrib.cp.scheduling_expr.step_function_expressions import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.contrib.cp.scheduling_expr.step_function_expressions .. autoclass:: pyomo.contrib.cp.scheduling_expr.step_function_expressions::Step :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~Step.__init__ ~Step.arg ~Step.clone ~Step.create_node_with_local_data ~Step.getname ~Step.is_component_type ~Step.is_constant ~Step.is_expression_type ~Step.is_fixed ~Step.is_logical_type ~Step.is_named_expression_type ~Step.is_numeric_type ~Step.is_parameter_type ~Step.is_potentially_variable ~Step.is_reference ~Step.is_variable_type ~Step.nargs ~Step.size ~Step.to_string ~Step.within .. rubric:: Attributes .. autosummary:: ~Step.PRECEDENCE ~Step.args .. rubric:: Member Documentation