edu.udo.cs.yale.gui.plotter.conditions
Interface PlotterCondition
- All Known Implementing Classes:
- BasicPlotterCondition, ColumnsPlotterCondition, CombinedPlotterCondition, MissingValuesPlotterCondition, RowsPlotterCondition
public interface PlotterCondition
This condition class can be used to indicate that a plotter is only available for certain types
of data tables, e.g. only for tables with a maximal number of columns.
- Version:
- $Id: PlotterCondition.java,v 1.2 2006/08/03 14:39:36 ingomierswa Exp $
- Author:
- Ingo Mierswa
acceptDataTable
boolean acceptDataTable(DataTable dataTable)
getRejectionReason
java.lang.String getRejectionReason(DataTable dataTable)
Copyright © 2001-2006