|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.experiment.PropertyNode
Stores information on a property of an object: the class of the object with the property; the property descriptor, and the current value.
Field Summary | |
java.lang.Class |
parentClass
The class of the object with this property |
java.beans.PropertyDescriptor |
property
Other info about the property |
java.lang.Object |
value
The current property value |
Constructor Summary | |
PropertyNode(java.lang.Object pValue)
Creates a mostly empty property. |
|
PropertyNode(java.lang.Object pValue,
java.beans.PropertyDescriptor prop,
java.lang.Class pClass)
Creates a fully specified property node. |
Method Summary | |
java.lang.String |
toString()
Returns a string description of this property. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public java.lang.Object value
public java.lang.Class parentClass
public java.beans.PropertyDescriptor property
Constructor Detail |
public PropertyNode(java.lang.Object pValue)
pValue
- a property value.public PropertyNode(java.lang.Object pValue, java.beans.PropertyDescriptor prop, java.lang.Class pClass)
pValue
- the current property value.prop
- the PropertyDescriptor.pClass
- the Class of the object with this property.Method Detail |
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright (c) 2003 David Lindsay, Computer Learning Research Centre, Dept. Computer Science, Royal Holloway, University of London