libsim  Versione 7.1.7
Tipi di dato | Funzioni/Subroutine
Riferimenti per il modulo alchimia

This module defines objects and methods for generating derivative variables. Continua...

Tipi di dato

type  fndsv
 Vector of function to transform the input to alchimia module. Continua...
 
type  shoplist
 shoplist are list of variables Continua...
 
type  shoplists
 Vector of shoplists that are list of variables. Continua...
 
interface  c_e
 Check missing values for fnds. Continua...
 
interface  display
 show on the screen the fnds and fndsv structure Continua...
 
interface  delete
 Delete fndsv. Continua...
 
interface  make
 Do the real work to transform the input data to the output. Continua...
 

Funzioni/Subroutine

subroutine, public register_copy (vfn, bin)
 Register the copy function to be able to copy input variables to output if requested. Continua...
 
subroutine alchimia_copy (mybin, mybout, bin, bout, in, out)
 
subroutine fn_init (fn, name, bin, bout, priority, order, func)
 Inizialize a function object. Continua...
 
elemental subroutine fnv_delete (fnv)
 Delete a vector of function object reinizializing it. Continua...
 
subroutine, public fnregister (vfn, fn, order)
 Register a function object in the vector function object. Continua...
 
elemental logical function c_e_fn (fn)
 Check missing function objects. Continua...
 
subroutine sl_display (sl)
 Display shopping lists on screen. Continua...
 
subroutine fn_display (fn)
 Display function objects on screen. Continua...
 
subroutine fnv_display (fnv)
 Display vector function objects on screen. Continua...
 
subroutine fnv_display_byorder (fnv, order)
 Display vector function objects on screen selected by order. Continua...
 
subroutine vfnv_display (vfnv)
 Display vector function objects on screen. Continua...
 
recursive logical function, public oracle (mybin, mybout, vfn, myvfn, recurse)
 This function like a oracle say you how to abtain what you want. Continua...
 
recursive logical function, public shoppinglist (mybout, vfn, myvfn, copy, recurse)
 This function try to suggest you some road to obtain the variable you want. Continua...
 
subroutine makev (mayvfn, mybin, mybout, myin, myout)
 Execute the function to obtain what you have requested to oracle. Continua...
 
type(shoplists) function, public compile_sl (myvfn)
 Produce a vector of list of variables usefull for produce your request. Continua...
 
subroutine init_fn (fn, name, bin, bout, priority, order, func)
 

Descrizione dettagliata

This module defines objects and methods for generating derivative variables.


Generated with Doxygen.