:orphan: :mod:`atsim.potentials.config._table_form_builder` ================================================== .. py:module:: atsim.potentials.config._table_form_builder Module Contents --------------- Classes ~~~~~~~ .. autoapisummary:: atsim.potentials.config._table_form_builder.Table_Form atsim.potentials.config._table_form_builder.Table_Form_Factory atsim.potentials.config._table_form_builder.Table_Form_Builder .. py:class:: Table_Form(table_form_tuple, table_form_cls) Bases: :class:`atsim.potentials.config._potential_form.Existing_Potential_Form` .. attribute:: potential_function .. py:class:: Table_Form_Factory(table_form_tuple, table_form_cls) Bases: :class:`object` Instantiates and holds a Table_Form instance which is returned when this object's call method is invoked .. attribute:: potential_function .. method:: __call__(self) .. py:class:: Table_Form_Builder Bases: :class:`object` Class used by Potential_Form_Registry to create Potential_Form objects from the TableFormTuple instances returned by ConfigParser.table_form .. method:: create_potential_form(self, table_tuple) Return an instance of Existing_Potential_Form based on table form definition given by `table_tuple`. :param table_tuple: TableFormTuple instance defining table form. :return: Potential_Form instance