Example usage for org.apache.poi.ss.formula.functions Function3Arg interface-usage

List of usage examples for org.apache.poi.ss.formula.functions Function3Arg interface-usage

Introduction

In this page you can find the example usage for org.apache.poi.ss.formula.functions Function3Arg interface-usage.

Usage

From source file nl.eur.ese.spreadsheettest.DStarRunner.java

/**
 * This class performs a D* calculation. It takes an {@link IDStarAlgorithm} object and
 * uses it for calculating the result value. Iterating a database and checking the
 * entries against the set of conditions is done here.
 *
 * TODO: