|
|||||||||
| 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.CombinedPlotterCondition
public class CombinedPlotterCondition
This condition accepts data tables which fulfills all child conditions.
| Field Summary | |
|---|---|
private java.util.List<PlotterCondition> |
conditions
|
| Constructor Summary | |
|---|---|
CombinedPlotterCondition()
|
|
| Method Summary | |
|---|---|
boolean |
acceptDataTable(DataTable dataTable)
|
void |
addPlotterCondition(PlotterCondition condition)
|
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 java.util.List<PlotterCondition> conditions
| Constructor Detail |
|---|
public CombinedPlotterCondition()
| Method Detail |
|---|
public void addPlotterCondition(PlotterCondition condition)
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 | ||||||||