![JAR search and dependency download from the Maven repository](/logo.png)
de.tsl2.nano.logictable.ICellVisitor Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of tsl2.nano.logicstructure Show documentation
Show all versions of tsl2.nano.logicstructure Show documentation
TSL2 Framework LogicTable/Tree/Vector (Excel-like table logic with equation solving through tsl2.nano.operation, mathemical Vector/Matrix-calculation)
The newest version!
/*
* File: $HeadURL$
* Id : $Id$
*
* created by: Tom, Thomas Schneider
* created on: 10.06.2017
*
* Copyright: (c) Thomas Schneider 2017, all rights reserved
*/
package de.tsl2.nano.logictable;
/**
*
* @author Tom, Thomas Schneider
* @version $Revision$
*/
public interface ICellVisitor {
void visit(int col, int row, Object cell);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy