SDA  7.1
Simulation of Diffusional Association
 All Classes Files Functions Variables Groups Pages
Data Types | Public Member Functions | List of all members
mod_type_calc Module Reference

Define the type of calculation, and "false parralel" option. More...

Collaboration diagram for mod_type_calc:

Data Types

type  type_calculation
 Define an enumeration for the type of the calculation and parameters for the false parralel options. More...
 

Public Member Functions

character(15) function get_string (this)
 Get the string format of the type_calculation. More...
 
integer function get_type_enum (this)
 Get the integer value from the type_calculation. More...
 

Public Attributes

integer, parameter sda_2proteins = 1
 enumeration for the type of the calculation
 
integer, parameter sdamm = 2
 
integer, parameter sda_koff =3
 
integer, parameter sda_energy = 4
 
integer, parameter sda_pmf = 5
 

Detailed Description

Define the type of calculation, and "false parralel" option.

Member Function/Subroutine Documentation

character(15) function mod_type_calc::get_string ( type ( type_calculation this)

Get the string format of the type_calculation.

Parameters
this: instance of type_calculation
Returns
string : string format ( "sda_2proteins" / "sdamm" )

Here is the caller graph for this function:

integer function mod_type_calc::get_type_enum ( type ( type_calculation this)

Get the integer value from the type_calculation.

Parameters
this: instance of type_calculation
Returns
enum_calc : integer value of the enumeration

Here is the caller graph for this function:


The documentation for this module was generated from the following file: