Uses of Class
xal.tools.correlator.Correlator
Packages that use Correlator
-
Uses of Correlator in xal.ca.correlator
Subclasses of Correlator in xal.ca.correlatorModifier and TypeClassDescriptionclassChannelCorrelator is a subclass of the Correlator specifically for correlating channel monitor events. -
Uses of Correlator in xal.tools.correlator
Fields in xal.tools.correlator declared as CorrelatorModifier and TypeFieldDescriptionprotected Correlator<?,T, ?> CorrelationStack.correlatorCorrelatorMethods in xal.tools.correlator that return CorrelatorModifier and TypeMethodDescriptionCorrelator<?,T, ? extends SourceAgent<T>> PeriodicPoster.getCorrelator()Get the associated correlatorMethods in xal.tools.correlator with parameters of type CorrelatorModifier and TypeMethodDescriptionvoidBinAgent.binTimespanChanged(Correlator<?, R, ?> sender, double newTimespan) Implement StateNotice interface to listen for change of statevoidPatientBroadcaster.binTimespanChanged(Correlator<?, T, ?> sender, double newTimespan) Handle the bin timespan changed event.voidSourceAgent.binTimespanChanged(Correlator<?, T, ?> sender, double newTimespan) voidBinAgent.correlationFilterChanged(Correlator<?, R, ?> sender, CorrelationFilter<R> newFilter) Implement StateNotice interface to listen for change of statevoidSourceAgent.correlationFilterChanged(Correlator<?, T, ?> sender, CorrelationFilter<T> newFilter) Implement StateNotice interface to listen for change of statevoidBinAgent.sourceAdded(Correlator<?, R, ?> sender, String name, int newCount) Implement StateNotice interface to listen for change of statevoidSourceAgent.sourceAdded(Correlator<?, T, ?> sender, String name, int newCount) voidBinAgent.sourceRemoved(Correlator<?, R, ?> sender, String name, int newCount) Implement StateNotice interface to listen for change of statevoidSourceAgent.sourceRemoved(Correlator<?, T, ?> sender, String name, int newCount) voidBinAgent.willStartMonitoring(Correlator<?, R, ?> sender) Implement StateNotice interface to listen for change of statevoidSourceAgent.willStartMonitoring(Correlator<?, T, ?> sender) voidBinAgent.willStopMonitoring(Correlator<?, R, ?> sender) Implement StateNotice interface to listen for change of statevoidSourceAgent.willStopMonitoring(Correlator<?, T, ?> sender) Constructors in xal.tools.correlator with parameters of type CorrelatorModifierConstructorDescriptionCorrelationStack(Correlator<?, T, ?> aCorrelator, int aStackSize) Creates a new instance of CorrelationStackPeriodicPoster(Correlator<?, T, ? extends SourceAgent<T>> aCorrelator, double period) Creates a new instance of PeriodicPoster