List of usage examples for weka.gui.beans EventConstraints interface-usage
From source file org.pentaho.dm.kf.GroovyComponent.java
/**
* A KnowledgeFlow plugin that allows the user to write a Groovy script
* to do stuff. The Groovy script gets compiled dynamically at runtime and
* can accept and process as many KnowledgeFlow event types as desired.
*
* @author Mark Hall (mhall{[at]}pentaho{[dot]}com)
From source file org.pentaho.dm.plugins.kf.KettleInject.java
/**
* Entry point into a KnowledgeFlow for data from a Kettle transform
*
* @author Mark Hall (mhall{[at]}pentaho{[dot]}com)
* @see AbstractDataSource
* @version $Revision$