/* * (c) Copyright Christian P. Fries, Germany. All rights reserved. Contact: email@christianfries.com. * * Created on 11.10.2013 */ package net.finmath.modelling; /** * Interface to be implemented by all model. * Used in specification of the <code>ProductInterface</code>. * * @author Christian Fries */ public interface ModelInterface { }