IParameter ========== (class from :py:mod:`pyomo.core.kernel.parameter`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.kernel.parameter import * try: from pyomo.core.kernel.parameter import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.kernel.parameter .. autoclass:: pyomo.core.kernel.parameter::IParameter :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~IParameter.__init__ ~IParameter.activate ~IParameter.clone ~IParameter.deactivate ~IParameter.getname ~IParameter.is_component_type ~IParameter.is_constant ~IParameter.is_expression_type ~IParameter.is_fixed ~IParameter.is_indexed ~IParameter.is_logical_type ~IParameter.is_named_expression_type ~IParameter.is_numeric_type ~IParameter.is_parameter_type ~IParameter.is_potentially_variable ~IParameter.is_reference ~IParameter.is_relational ~IParameter.is_variable_type ~IParameter.polynomial_degree ~IParameter.to_string .. rubric:: Attributes .. autosummary:: ~IParameter.active ~IParameter.ctype ~IParameter.local_name ~IParameter.name ~IParameter.parent ~IParameter.storage_key .. rubric:: Member Documentation