Uses of Class
weka.experiment.PropertyNode

Packages that use PropertyNode
weka.experiment   
weka.gui   
 

Uses of PropertyNode in weka.experiment
 

Fields in weka.experiment declared as PropertyNode
protected  PropertyNode[] Experiment.m_PropertyPath
          The path to the iterator property
 

Methods in weka.experiment that return PropertyNode
 PropertyNode[] Experiment.getPropertyPath()
          Gets the path of properties taken to get to the custom property to iterate over.
 

Methods in weka.experiment with parameters of type PropertyNode
 void RemoteExperiment.setPropertyPath(PropertyNode[] newPropertyPath)
          Sets the path of properties taken to get to the custom property to iterate over.
 void Experiment.setPropertyPath(PropertyNode[] newPropertyPath)
          Sets the path of properties taken to get to the custom property to iterate over.
 

Uses of PropertyNode in weka.gui
 

Methods in weka.gui that return PropertyNode
 PropertyNode[] PropertySelectorDialog.getPath()
          Gets the path of property nodes to the selected property.