程序包 weka.experiment
类 PropertyNode
java.lang.Object
weka.experiment.PropertyNode
- 所有已实现的接口:
Serializable
,RevisionHandler
Stores information on a property of an object: the class of the
object with the property; the property descriptor, and the current
value.
- 版本:
- $Revision: 1.7 $
- 作者:
- Len Trigg (trigg@cs.waikato.ac.nz)
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明The class of the object with this propertyOther info about the propertyThe current property value -
构造器概要
构造器构造器说明PropertyNode
(Object pValue) Creates a mostly empty property.PropertyNode
(Object pValue, PropertyDescriptor prop, Class pClass) Creates a fully specified property node. -
方法概要
-
字段详细资料
-
value
The current property value -
parentClass
The class of the object with this property -
property
Other info about the property
-
-
构造器详细资料
-
PropertyNode
Creates a mostly empty property.- 参数:
pValue
- a property value.
-
PropertyNode
Creates a fully specified property node.- 参数:
pValue
- the current property value.prop
- the PropertyDescriptor.pClass
- the Class of the object with this property.
-
-
方法详细资料
-
toString
Returns a string description of this property. -
getRevision
Returns the revision string.- 指定者:
getRevision
在接口中RevisionHandler
- 返回:
- the revision
-