Uses of Class
net.finmath.modelling.productfactory.ProductFactoryCascade
-
Packages that use ProductFactoryCascade Package Description net.finmath.modelling.productfactory Provides classes to build products from descriptors. -
-
Uses of ProductFactoryCascade in net.finmath.modelling.productfactory
Methods in net.finmath.modelling.productfactory that return ProductFactoryCascade Modifier and Type Method Description ProductFactoryCascade<T>ProductFactoryCascade. addFactoryAfter(ProductFactory<? extends T> factory)Add a given factory to the list of factories at the END.ProductFactoryCascade<T>ProductFactoryCascade. addFactoryBefore(ProductFactory<? extends T> factory)Add a given factory to the list of factories at the BEGINNING.
-