Uses of Class
adams.core.discovery.PropertyPath.Path
-
Packages that use PropertyPath.Path Package Description adams.core adams.core.discovery adams.data.conversion adams.flow.core adams.flow.processor adams.gui.core adams.gui.goe.popupmenu weka.classifiers -
-
Uses of PropertyPath.Path in adams.core
Methods in adams.core with parameters of type PropertyPath.Path Modifier and Type Method Description booleanStoppableUtils.StoppableObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer. -
Uses of PropertyPath.Path in adams.core.discovery
Fields in adams.core.discovery declared as PropertyPath.Path Modifier and Type Field Description protected PropertyPath.PathPropertyPath.PropertyContainer. m_Paththe path to this property.Methods in adams.core.discovery that return PropertyPath.Path Modifier and Type Method Description PropertyPath.PathPropertyPath.Path. append(String subpath)Adds the subpath to the current list of path elements and returns the extended Path object.PropertyPath.PathPropertyPath.PropertyContainer. getPath()Returns the associated path.static PropertyPath.PathPropertyPath.Path. parsePath(String path)returns a path object based on the given path string.PropertyPath.PathPropertyPath.Path. subpath(int startIndex)returns a subpath of the current structure, starting with the specified element index up to the end.PropertyPath.PathPropertyPath.Path. subpath(int startIndex, int endIndex)returns a subpath of the current structure, starting with the specified element index up.Methods in adams.core.discovery with parameters of type PropertyPath.Path Modifier and Type Method Description protected static PropertyPath.PropertyContainerPropertyPath. find(Object src, PropertyPath.Path current, PropertyPath.Path full, MessageCollection errors)returns the property and object associated with the given path, null if a problem occurred.static PropertyPath.PropertyContainerPropertyPath. find(Object src, PropertyPath.Path path, MessageCollection errors)returns the property and object associated with the given path, null if a problem occurred.static ObjectPropertyPath. getValue(Object src, PropertyPath.Path path, MessageCollection errors)returns the value specified by the given path from the object.booleanAbstractDiscoveryHandler. handles(PropertyPath.Path path, Object obj)Checks whether this object is handled by this discovery handler.booleanDefaultPropertyDiscovery.HandlerObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.booleanPropertyTraversal.Observer. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.static booleanPropertyPath. setValue(Object src, PropertyPath.Path path, Object value, MessageCollection errors)set the given value specified by the given path in the object.protected booleanPropertyTraversal. traverse(PropertyTraversal.Observer observer, Object obj, PropertyPath.Path path)Performs the property traversal.Constructors in adams.core.discovery with parameters of type PropertyPath.Path Constructor Description PropertyContainer(PropertyPath.Path path, PropertyDescriptor desc, Object obj)Initializes the container.PropertyContainer(PropertyPath.Path path, Method read, Method write, Object obj)Initializes the container. -
Uses of PropertyPath.Path in adams.data.conversion
Methods in adams.data.conversion with parameters of type PropertyPath.Path Modifier and Type Method Description protected abstract booleanAbstractSwapObject. canSwap(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Checks whether a swap can be made.protected booleanSwapObjects. canSwap(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Checks whether a swap can be made.protected booleanSwapPLS. canSwap(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Checks whether a swap can be made.booleanAbstractSwapObject.SwapObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.protected abstract booleanAbstractSwapObject. performSwap(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Performs the swap.protected booleanSwapObjects. performSwap(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Performs the swap.protected booleanSwapPLS. performSwap(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Performs the swap. -
Uses of PropertyPath.Path in adams.flow.core
Methods in adams.flow.core with parameters of type PropertyPath.Path Modifier and Type Method Description booleanFlowContextUtils.LocatorObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.booleanFlowContextUtils.UpdateObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer. -
Uses of PropertyPath.Path in adams.flow.processor
Methods in adams.flow.processor with parameters of type PropertyPath.Path Modifier and Type Method Description booleanFixLWLSynchroNoUpdate.LWLSynchroObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.booleanReplaceLinearRegression.LinearRegressionObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer. -
Uses of PropertyPath.Path in adams.gui.core
Methods in adams.gui.core with parameters of type PropertyPath.Path Modifier and Type Method Description booleanHelpSupporterUtils.HelpSupporterObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer. -
Uses of PropertyPath.Path in adams.gui.goe.popupmenu
Methods in adams.gui.goe.popupmenu with parameters of type PropertyPath.Path Modifier and Type Method Description booleanFixLWL.UpdateRequired. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer. -
Uses of PropertyPath.Path in weka.classifiers
Methods in weka.classifiers with parameters of type PropertyPath.Path Modifier and Type Method Description booleanScriptedClassifierUtils.ExpandPlaceholdersObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.booleanScriptedClassifierUtils.InitObserver. observe(PropertyPath.Path path, PropertyDescriptor desc, Object parent, Object child)Presents the current path, descriptor and object to the observer.
-