-
returns a path object based on the given path string
PropertyPath.Path.subpath(int startIndex)
returns a subpath of the current structure, starting with the specified
element index up to the end
PropertyPath.Path.subpath(int startIndex,
int endIndex)
returns a subpath of the current structure, starting with the specified
element index up.
static weka.core.PropertyPath.PropertyContainer
returns the property and object associated with the given path, null if
a problem occurred.
returns the property associated with the given path, null if a problem
occurred.
returns the value specified by the given path from the object
static boolean
set the given value specified by the given path in the object