|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectedu.udo.cs.yale.gui.plotter.conditions.RowsPlotterCondition
public class RowsPlotterCondition
This condition accepts data tables with a number of rows in the specified range (including the boundaries).
| 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 |
|---|
private int minRows
private int maxRows
| Constructor Detail |
|---|
public RowsPlotterCondition(int maxRows)
public RowsPlotterCondition(int minRows,
int maxRows)
| Method Detail |
|---|
public boolean acceptDataTable(DataTable dataTable)
acceptDataTable in interface PlotterConditionpublic java.lang.String getRejectionReason(DataTable dataTable)
getRejectionReason in interface PlotterCondition
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||