Package weka.classifiers.misc
Class InputMappedClassifierBeanInfo
- java.lang.Object
-
- java.beans.SimpleBeanInfo
-
- weka.classifiers.misc.InputMappedClassifierBeanInfo
-
- All Implemented Interfaces:
java.beans.BeanInfo
public class InputMappedClassifierBeanInfo extends java.beans.SimpleBeanInfoBean info class for the InputMappedClassifier. Ensures that the FileEnvironmentField class is used as the custom property editor in the GOE for the modelPath property.- Version:
- $Revision: 8034 $
- Author:
- Mar Hall (mhall{[at]}pentaho{[dot]}com)
-
-
Constructor Summary
Constructors Constructor Description InputMappedClassifierBeanInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.beans.PropertyDescriptor[]getPropertyDescriptors()Get an array of PropertyDescriptors for the InputMappedClassifier's public properties.
-
-
-
Method Detail
-
getPropertyDescriptors
public java.beans.PropertyDescriptor[] getPropertyDescriptors()
Get an array of PropertyDescriptors for the InputMappedClassifier's public properties.- Specified by:
getPropertyDescriptorsin interfacejava.beans.BeanInfo- Overrides:
getPropertyDescriptorsin classjava.beans.SimpleBeanInfo- Returns:
- an array of PropertyDescriptors
-
-