
ati.examples.reconfig.1.4.source-code.reconfig.fscript Maven / Gradle / Ivy
The newest version!
-- Implementation of the exchange-rate-updater-script SCA component
action updateDollarExchangeRate(newValue){
echo("[FScript] Running updateDollarExchangeRate ...");
converter = $domain/scachild::reconfig/scachild::converter/scachild::currency-converter;
rate = $converter/scaproperty::dollarExchangeRate;
set-value($rate, $newValue);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy