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.Pathreturns 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.PropertyContainerPropertyPath.find(Object src, PropertyPath.Path path) returns the property and object associated with the given path, null if a problem occurred.static PropertyDescriptorPropertyPath.getPropertyDescriptor(Object src, PropertyPath.Path path) returns the property associated with the given path, null if a problem occurred.static ObjectPropertyPath.getValue(Object src, PropertyPath.Path path) returns the value specified by the given path from the objectstatic booleanPropertyPath.setValue(Object src, PropertyPath.Path path, Object value) set the given value specified by the given path in the object