com.rapidminer.gui.plotter.conditions
Class RowsPlotterCondition

java.lang.Object
  extended by com.rapidminer.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).

Author:
Ingo Mierswa

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
 

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-2009 by Rapid-I