atsim.potentials.config._table_form_builder

Module Contents

Classes

Table_Form(table_form_tuple, table_form_cls)
Table_Form_Factory(table_form_tuple, table_form_cls) Instantiates and holds a Table_Form instance which is returned when this object’s call
Table_Form_Builder() Class used by Potential_Form_Registry to create Potential_Form objects
class atsim.potentials.config._table_form_builder.Table_Form(table_form_tuple, table_form_cls)[source]

Bases: atsim.potentials.config._potential_form.Existing_Potential_Form

potential_function[source]
class atsim.potentials.config._table_form_builder.Table_Form_Factory(table_form_tuple, table_form_cls)[source]

Bases: object

Instantiates and holds a Table_Form instance which is returned when this object’s call method is invoked

potential_function[source]
__call__(self)[source]
class atsim.potentials.config._table_form_builder.Table_Form_Builder[source]

Bases: object

Class used by Potential_Form_Registry to create Potential_Form objects from the TableFormTuple instances returned by ConfigParser.table_form

create_potential_form(self, table_tuple)[source]

Return an instance of Existing_Potential_Form based on table form definition given by table_tuple.

Parameters:table_tuple – TableFormTuple instance defining table form.
Returns:Potential_Form instance