net.finmath.modelling.Model Maven / Gradle / Ivy
/*
* (c) Copyright Christian P. Fries, Germany. Contact: [email protected].
*
* Created on 11.10.2013
*/
package net.finmath.modelling;
/**
* Interface to be implemented by all model.
* Used in specification of the Product
.
* For a description of the general concept see http://finmath.net/finmath-lib/concepts/separationofproductandmodel.
*
* @author Christian Fries
* @version 1.0
*/
public interface Model {
}