ActiveComponentData =================== (class from :py:mod:`pyomo.core.base.component`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.core.base.component import * try: from pyomo.core.base.component import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.core.base.component .. autoclass:: pyomo.core.base.component::ActiveComponentData :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~ActiveComponentData.__init__ ~ActiveComponentData.activate ~ActiveComponentData.clear_suffix_value ~ActiveComponentData.cname ~ActiveComponentData.deactivate ~ActiveComponentData.get_suffix_value ~ActiveComponentData.getname ~ActiveComponentData.index ~ActiveComponentData.is_component_type ~ActiveComponentData.is_expression_type ~ActiveComponentData.is_indexed ~ActiveComponentData.is_logical_type ~ActiveComponentData.is_named_expression_type ~ActiveComponentData.is_numeric_type ~ActiveComponentData.is_parameter_type ~ActiveComponentData.is_reference ~ActiveComponentData.is_variable_type ~ActiveComponentData.model ~ActiveComponentData.parent_block ~ActiveComponentData.parent_component ~ActiveComponentData.pprint ~ActiveComponentData.set_suffix_value ~ActiveComponentData.type .. rubric:: Attributes .. autosummary:: ~ActiveComponentData.active ~ActiveComponentData.ctype ~ActiveComponentData.local_name ~ActiveComponentData.name .. rubric:: Member Documentation