Uses of Class
weka.core.PropertyPath.Path
Packages that use PropertyPath.Path
-
Uses of PropertyPath.Path in weka.core
Methods in weka.core that return PropertyPath.PathModifier and TypeMethodDescriptionstatic PropertyPath.Path
returns a path object based on the given path stringPropertyPath.Path.subpath
(int startIndex) returns a subpath of the current structure, starting with the specified element index up to the endPropertyPath.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.PathModifier and TypeMethodDescriptionstatic 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 objectstatic boolean
PropertyPath.setValue
(Object src, PropertyPath.Path path, Object value) set the given value specified by the given path in the object