|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.Component
java.awt.Container
javax.swing.JComponent
javax.swing.JPanel
weka.gui.beans.AbstractTestSetProducer
weka.gui.beans.TestSetMaker
public class TestSetMaker
Bean that accepts data sets and produces test sets
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class javax.swing.JComponent |
|---|
JComponent.AccessibleJComponent |
| Nested classes/interfaces inherited from class java.awt.Component |
|---|
Component.BaselineResizeBehavior |
| Field Summary |
|---|
| Fields inherited from class javax.swing.JComponent |
|---|
TOOL_TIP_TEXT_KEY, UNDEFINED_CONDITION, WHEN_ANCESTOR_OF_FOCUSED_COMPONENT, WHEN_FOCUSED, WHEN_IN_FOCUSED_WINDOW |
| Fields inherited from class java.awt.Component |
|---|
BOTTOM_ALIGNMENT, CENTER_ALIGNMENT, LEFT_ALIGNMENT, RIGHT_ALIGNMENT, TOP_ALIGNMENT |
| Fields inherited from interface java.awt.image.ImageObserver |
|---|
ABORT, ALLBITS, ERROR, FRAMEBITS, HEIGHT, PROPERTIES, SOMEBITS, WIDTH |
| Constructor Summary | |
|---|---|
TestSetMaker()
|
|
| Method Summary | |
|---|---|
void |
acceptDataSet(DataSetEvent e)
Accepts and processes a data set event |
boolean |
eventGeneratable(String eventName)
Returns true, if at the current time, the named event could be generated. |
String |
getCustomName()
Get the custom (descriptive) name for this bean (if one has been set) |
Instances |
getStructure(String eventName)
Get the structure of the output encapsulated in the named event. |
String |
globalInfo()
Global info for this bean |
boolean |
isBusy()
Returns true if. |
void |
setCustomName(String name)
Set a custom (descriptive) name for this bean |
void |
stop()
Stop any processing that the bean might be doing. |
| Methods inherited from class weka.gui.beans.AbstractTestSetProducer |
|---|
addTestSetListener, connectionAllowed, connectionAllowed, connectionNotification, disconnectionNotification, getVisual, removeTestSetListener, setLog, setVisual, useDefaultVisual |
| Methods inherited from class javax.swing.JPanel |
|---|
getAccessibleContext, getUI, getUIClassID, setUI, updateUI |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TestSetMaker()
| Method Detail |
|---|
public Instances getStructure(String eventName)
getStructure in interface StructureProducereventName - the name of the output event that encapsulates
the requested output.
public void setCustomName(String name)
setCustomName in interface BeanCommonname - the name to usepublic String getCustomName()
getCustomName in interface BeanCommonpublic String globalInfo()
String valuepublic void acceptDataSet(DataSetEvent e)
acceptDataSet in interface DataSourceListenere - a DataSetEvent valuepublic void stop()
AbstractTestSetProducer
stop in interface BeanCommonstop in class AbstractTestSetProducerpublic boolean isBusy()
isBusy in interface BeanCommonpublic boolean eventGeneratable(String eventName)
eventGeneratable in interface EventConstraintseventName - the name of the event in question
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||