/******************************************************************************* * Copyright (c) 2014 Open Door Logistics (www.opendoorlogistics.com) * All rights reserved. This program and the accompanying materials * are made available under the terms of the GNU Lesser Public License v3 * which accompanies this distribution, and is available at http://www.gnu.org/licenses/lgpl.txt ******************************************************************************/ package com.opendoorlogistics.core.formulae; /** * Interface used to pass external parameters into the function. * This can be overridden with additional methods which are used * in the execution of special functions (e.g. looking up values in a table). * @author Phil * */ public interface FunctionParameters { }