Package | Description |
---|---|
weka.core |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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
|
Copyright © 2019 University of Waikato, Hamilton, NZ. All rights reserved.