|
||||||||||
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 | |
Class |
parentClass
The class of the object with this property |
PropertyDescriptor |
property
Other info about the property |
Object |
value
The current property value |
Constructor Summary | |
PropertyNode(Object pValue)
Creates a mostly empty property. |
|
PropertyNode(Object pValue,
PropertyDescriptor prop,
Class pClass)
Creates a fully specified property node. |
Method Summary | |
String |
toString()
Returns a string description of this property. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public Object value
public Class parentClass
public PropertyDescriptor property
Constructor Detail |
public PropertyNode(Object pValue)
pValue
- a property value.public PropertyNode(Object pValue, PropertyDescriptor prop, Class pClass)
pValue
- the current property value.prop
- the PropertyDescriptor.pClass
- the Class of the object with this property.Method Detail |
public String toString()
toString
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |