weka.gui.beans
Interface EventConstraints

All Known Implementing Classes:
ClassAssigner, Classifier, ClassifierPerformanceEvaluator, CrossValidationFoldMaker, Filter, IncrementalClassifierEvaluator, Loader, PredictionAppender, TestSetMaker, TrainingSetMaker, TrainTestSplitMaker

public interface EventConstraints

Interface for objects that want to be able to specify at any given time whether their current configuration allows a particular event to be generated.

Version:
$Revision: 1.2 $
Author:
Mark Hall

Method Summary
 boolean eventGeneratable(java.lang.String eventName)
          Returns true if, at the current time, the named event could be generated.
 

Method Detail

eventGeneratable

public boolean eventGeneratable(java.lang.String eventName)
Returns true if, at the current time, the named event could be generated.

Parameters:
eventName - the name of the event in question
Returns:
true if the named event could be generated