2 * Scilab ( http://www.scilab.org/ ) - This file is part of Scilab
3 * Copyright (C) 2009-2009 - DIGITEO - Antoine ELIAS <antoine.elias@scilab.org>
4 * Copyright (C) 2009-2010 - DIGITEO - Clément DAVID <clement.david@scilab.org>
6 * This file must be used under the terms of the CeCILL.
7 * This source file is licensed as described in the file COPYING, which
8 * you should have received as part of this distribution. The terms
9 * are also available at
10 * http://www.cecill.info/licences/Licence_CeCILL_V2-en.txt
14 package org.scilab.modules.xcos.block.io;
17 * Implement an implicit input point of a
18 * {@link org.scilab.modules.xcos.block.SuperBlock}.
20 public final class ImplicitInBlock extends ContextUpdate {
22 private static final long serialVersionUID = 4280002965735451155L;
27 public ImplicitInBlock() {
32 * Initialize the block with the default values
35 protected void setDefaultValues() {
36 super.setDefaultValues();
37 setInterfaceFunctionName("INIMPL_f");
38 setSimulationFunctionName("inimpl");