|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use PropertyPath.Path | |
|---|---|
| weka.core | |
| Uses of PropertyPath.Path in weka.core |
|---|
| Methods in weka.core that return PropertyPath.Path | |
|---|---|
static PropertyPath.Path |
PropertyPath.Path.parsePath(String path)
returns a path object based on the given path string |
PropertyPath.Path |
PropertyPath.Path.subpath(int startIndex)
returns a subpath of the current structure, starting with the specified element index up to the end |
PropertyPath.Path |
PropertyPath.Path.subpath(int startIndex,
int endIndex)
returns a subpath of the current structure, starting with the specified element index up. |
| Methods in weka.core with parameters of type PropertyPath.Path | |
|---|---|
static weka.core.PropertyPath.PropertyContainer |
PropertyPath.find(Object src,
PropertyPath.Path path)
returns the property and object associated with the given path, null if a problem occurred. |
static PropertyDescriptor |
PropertyPath.getPropertyDescriptor(Object src,
PropertyPath.Path path)
returns the property associated with the given path, null if a problem occurred. |
static Object |
PropertyPath.getValue(Object src,
PropertyPath.Path path)
returns the value specified by the given path from the object |
static boolean |
PropertyPath.setValue(Object src,
PropertyPath.Path path,
Object value)
set the given value specified by the given path in the object |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||