net.finmath.modelling.ModelFactory Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of finmath-lib Show documentation
Show all versions of finmath-lib Show documentation
finmath lib is a Mathematical Finance Library in Java.
It provides algorithms and methodologies related to mathematical finance.
/*
* (c) Copyright Christian P. Fries, Germany. Contact: [email protected].
*
* Created on 09.02.2018
*/
package net.finmath.modelling;
/**
*
* @author Christian Fries
* @author Luca Del Re
*/
public interface ModelFactory {
Model extends T> getModelFromDescriptor(T description);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy