com.jgaap.generics
Class NumericEventDriver
java.lang.Object
com.jgaap.generics.Parameterizable
com.jgaap.generics.EventDriver
com.jgaap.generics.NumericEventDriver
- Direct Known Subclasses:
- NumericTransformationEventSet, WordLengthEventSet, WordSyllablesEventSet
public abstract class NumericEventDriver
- extends EventDriver
Any driver of a NumericEventSet is a NumericEventDriver
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NumericEventDriver
public NumericEventDriver()
displayName
public abstract java.lang.String displayName()
- Specified by:
displayName in class EventDriver
tooltipText
public abstract java.lang.String tooltipText()
- Specified by:
tooltipText in class EventDriver
showInGUI
public abstract boolean showInGUI()
- Specified by:
showInGUI in class EventDriver
createEventSet
public abstract NumericEventSet createEventSet(DocumentSet ds)
- Description copied from class:
EventDriver
- Creates an EventSet from a given DocumentSet after preprocessing.
- Specified by:
createEventSet in class EventDriver
- Parameters:
ds - the DocumentSet to be Event-ified
- Returns:
- the EventSet containing the Events from the document(s)