All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.greenpepper.interpreter.column.NullColumn Maven / Gradle / Ivy


/**
 * 

NullColumn class.

* * @author oaouattara * @version $Id: $Id */ package com.greenpepper.interpreter.column; import com.greenpepper.Example; import com.greenpepper.Statistics; public class NullColumn extends ExpectedColumn { public NullColumn() { super((String) null); } /** {@inheritDoc} */ public Statistics doCell( Example cell ) { return new Statistics(); } }




© 2015 - 2025 Weber Informatics LLC | Privacy Policy