MRC-CSO-SPHSU / UKSEABMLib.jl

MIT License
1 stars 1 forks source link

Specification Interface for parameter accessory functions #22

Closed AtiyahElsheikh closed 1 year ago

AtiyahElsheikh commented 1 year ago

for realizing the unified simulation interface, parameter accessory functions with different types of arguments are needed, e.g.

populationParameters(pars::DemographyPars)

or

populationParameters(model)

Thus an interface for parameter accessory functions shall be additionally realized within the API interface.

This is another opportunity to exploit so called multiple dispatch as in the module SE*.API.ModelFunc Version 0.2