Uses of Interface
adams.core.discovery.PropertyTraversal.Observer
-
Packages that use PropertyTraversal.Observer 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 PropertyTraversal.Observer in adams.core
Classes in adams.core that implement PropertyTraversal.Observer Modifier and Type Class Description static classStoppableUtils.StoppableObserverObserver that records all the objects that implement theStoppableinterface. -
Uses of PropertyTraversal.Observer in adams.core.discovery
Classes in adams.core.discovery that implement PropertyTraversal.Observer Modifier and Type Class Description static classDefaultPropertyDiscovery.HandlerObserverObserver using discovery handlers.Methods in adams.core.discovery with parameters of type PropertyTraversal.Observer Modifier and Type Method Description voidPropertyTraversal. traverse(PropertyTraversal.Observer observer, Object obj)Performs the property traversal.protected booleanPropertyTraversal. traverse(PropertyTraversal.Observer observer, Object obj, PropertyPath.Path path)Performs the property traversal. -
Uses of PropertyTraversal.Observer in adams.data.conversion
Classes in adams.data.conversion that implement PropertyTraversal.Observer Modifier and Type Class Description protected static classAbstractSwapObject.SwapObserverObserver that performs the swapping of the objects. -
Uses of PropertyTraversal.Observer in adams.flow.core
Classes in adams.flow.core that implement PropertyTraversal.Observer Modifier and Type Class Description static classFlowContextUtils.LocatorObserverObserver for locating any FlowContextHandler instances.static classFlowContextUtils.UpdateObserverObserver that updates the context. -
Uses of PropertyTraversal.Observer in adams.flow.processor
Classes in adams.flow.processor that implement PropertyTraversal.Observer Modifier and Type Class Description static classFixLWLSynchroNoUpdate.LWLSynchroObserverSets the noUpdate flag of LWLSynchro classifiers.static classReplaceLinearRegression.LinearRegressionObserverSwitches to LinearRegressionJ. -
Uses of PropertyTraversal.Observer in adams.gui.core
Classes in adams.gui.core that implement PropertyTraversal.Observer Modifier and Type Class Description static classHelpSupporterUtils.HelpSupporterObserverFor locatingHelpSupporterinstances. -
Uses of PropertyTraversal.Observer in adams.gui.goe.popupmenu
Classes in adams.gui.goe.popupmenu that implement PropertyTraversal.Observer Modifier and Type Class Description static classFixLWL.UpdateRequiredSets the noUpdate flag of LWLSynchro classifiers. -
Uses of PropertyTraversal.Observer in weka.classifiers
Classes in weka.classifiers that implement PropertyTraversal.Observer Modifier and Type Class Description static classScriptedClassifierUtils.ExpandPlaceholdersObserverExpands placeholders when traversing properties.static classScriptedClassifierUtils.InitObserverObserver that initializes for prediction.
-