SimplePort ========== (class from :py:mod:`pyomo.network.port`) .. testsetup:: * # import everything from the module containing this class so that # doctests for the class docstrings see the correct environment from pyomo.network.port import * try: from pyomo.network.port import _autosummary_doctest_setup _autosummary_doctest_setup() except ImportError: pass .. currentmodule:: pyomo.network.port .. autoclass:: pyomo.network.port::SimplePort :members: :show-inheritance: :inherited-members: .. automethod:: __init__ .. rubric:: Methods .. autosummary:: ~SimplePort.Equality ~SimplePort.Extensive ~SimplePort.__init__ ~SimplePort.add ~SimplePort.arcs ~SimplePort.clear ~SimplePort.clear_suffix_value ~SimplePort.cname ~SimplePort.construct ~SimplePort.dests ~SimplePort.dim ~SimplePort.display ~SimplePort.fix ~SimplePort.free ~SimplePort.get_split_fraction ~SimplePort.get_suffix_value ~SimplePort.getname ~SimplePort.id_index_map ~SimplePort.index ~SimplePort.index_set ~SimplePort.is_binary ~SimplePort.is_component_type ~SimplePort.is_constructed ~SimplePort.is_continuous ~SimplePort.is_equality ~SimplePort.is_expression_type ~SimplePort.is_extensive ~SimplePort.is_fixed ~SimplePort.is_indexed ~SimplePort.is_integer ~SimplePort.is_logical_type ~SimplePort.is_named_expression_type ~SimplePort.is_numeric_type ~SimplePort.is_parameter_type ~SimplePort.is_potentially_variable ~SimplePort.is_reference ~SimplePort.is_variable_type ~SimplePort.items ~SimplePort.iter_vars ~SimplePort.iteritems ~SimplePort.iterkeys ~SimplePort.itervalues ~SimplePort.keys ~SimplePort.model ~SimplePort.parent_block ~SimplePort.parent_component ~SimplePort.polynomial_degree ~SimplePort.pprint ~SimplePort.reconstruct ~SimplePort.remove ~SimplePort.root_block ~SimplePort.rule_for ~SimplePort.set_split_fraction ~SimplePort.set_suffix_value ~SimplePort.set_value ~SimplePort.sources ~SimplePort.to_dense_data ~SimplePort.type ~SimplePort.unfix ~SimplePort.valid_model_component ~SimplePort.values .. rubric:: Attributes .. autosummary:: ~SimplePort.vars ~SimplePort.active ~SimplePort.ctype ~SimplePort.local_name ~SimplePort.name .. rubric:: Member Documentation