| Package | Description |
|---|---|
| net.finmath.modelling.productfactory |
Provides classes to build products from descriptors.
|
| Modifier and Type | Method and 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.
|
Copyright © 2019. All rights reserved.