vem-classes: A Reference Class that represents all ValuationEngine Models...

ValuationEngineModel-classR Documentation

A Reference Class that represents all ValuationEngine Models objects

Description

This class is only used in a virtual sense in that it is not intended to create instances of it. It's use is to provide the class structure, i.e. field definitions, to various implementations of Contract Model types and as a means for designing method-inheritage.

Details

Generally, a Valuation Engine Model has one field that contains a reference to a java object of the same class in the java ACTUS library (e.g. for DiscountingModel the referenced object will be of class org.actus.misc.valuation.DiscountingModel). Note that the object "carrying" the attribute values, i.e. the ValuationEngineModel object, lives in Java, or the JVM respectively, and not in R. Parameter values may be accessed/changed using methods get/set which uses the JNI interface through R-package rJava.

For a list of available engine attributes use method terms.

Fields

jref

A rJava java object reference

See Also

ValuationEngine, DiscountingEngineModel


wbreymann/FEMS documentation built on Dec. 8, 2022, 9:43 a.m.