Interface EventConstraints

All Known Implementing Classes:
Appender, Associator, AttributeSummarizer, ClassAssigner, Classifier, ClassifierPerformanceEvaluator, ClassValuePicker, Clusterer, ClustererPerformanceEvaluator, CrossValidationFoldMaker, DataVisualizer, Filter, FlowByExpression, IncrementalClassifierEvaluator, InstanceStreamToBatchMaker, Join, Loader, MetaBean, ModelPerformanceChart, PredictionAppender, ScatterPlotMatrix, Sorter, SubstringLabeler, SubstringReplacer, TestSetMaker, TextViewer, 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: 8034 $
Author:
Mark Hall
  • Method Summary

    Modifier and Type
    Method
    Description
    boolean
    Returns true if, at the current time, the named event could be generated.
  • Method Details

    • eventGeneratable

      boolean eventGeneratable(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