edu.udo.cs.yale.gui.plotter.conditions
Class RowsPlotterCondition

java.lang.Object
  extended by edu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
All Implemented Interfaces:
PlotterCondition

public class RowsPlotterCondition
extends java.lang.Object
implements PlotterCondition

This condition accepts data tables with a number of rows in the specified range (including the boundaries).

Version:
$Id: RowsPlotterCondition.java,v 1.3 2006/08/03 14:39:36 ingomierswa Exp $
Author:
Ingo Mierswa

Field Summary
private  int maxRows
           
private  int minRows
           
 
Constructor Summary
RowsPlotterCondition(int maxRows)
           
RowsPlotterCondition(int minRows, int maxRows)
           
 
Method Summary
 boolean acceptDataTable(DataTable dataTable)
           
 java.lang.String getRejectionReason(DataTable dataTable)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

minRows

private int minRows

maxRows

private int maxRows
Constructor Detail

RowsPlotterCondition

public RowsPlotterCondition(int maxRows)

RowsPlotterCondition

public RowsPlotterCondition(int minRows,
                            int maxRows)
Method Detail

acceptDataTable

public boolean acceptDataTable(DataTable dataTable)
Specified by:
acceptDataTable in interface PlotterCondition

getRejectionReason

public java.lang.String getRejectionReason(DataTable dataTable)
Specified by:
getRejectionReason in interface PlotterCondition


Copyright © 2001-2006