Package weka.gui.beans
Interface UserRequestAcceptor
- All Known Implementing Classes:
Associator
,AttributeSummarizer
,Classifier
,ClassifierPerformanceEvaluator
,Clusterer
,ClustererPerformanceEvaluator
,CostBenefitAnalysis
,CrossValidationFoldMaker
,DataVisualizer
,Filter
,GraphViewer
,ImageViewer
,MetaBean
,ModelPerformanceChart
,ScatterPlotMatrix
,StripChart
,TextViewer
,TrainTestSplitMaker
public interface UserRequestAcceptor
Interface to something that can accept requests from a user to perform some
action
- Since:
- 1.0
- Version:
- $Revision: 10216 $
- Author:
- Mark Hall
-
Method Summary
Modifier and TypeMethodDescriptionGet a list of performable requestsvoid
performRequest
(String requestName) Perform the named request
-
Method Details
-
enumerateRequests
Enumeration<String> enumerateRequests()Get a list of performable requests- Returns:
- an
Enumeration
value
-
performRequest
Perform the named request- Parameters:
requestName
- aString
value- Throws:
IllegalArgumentException
- if an error occurs
-