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