public class FilterOutOfRange extends AbstractChannelsFilter
AgentChannelsFilter.Event, AgentChannelsFilter.ListenerPersistable.DescriptordescriptorALL, CATEGORY| Constructor and Description |
|---|
FilterOutOfRange() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDisplayPaths(AgentChannel channel)
Returns a list of display channels for the specified original channel.
|
addListener, getDescriptor, notifyListeners, removeListener, saveclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetAgents, getAttributes, getDisplayChannels, getDisplayPath, getDisplayPath, getDisplayPath, getDisplayPaths, getFields, getOriginChannels, getOriginPath, getOriginPaths, isSelector, matchTemplateedit, getCategory, restore, restorepublic List<String> getDisplayPaths(AgentChannel channel)
AgentChannelsFilter
Not that if the specified original channel is not accepted by this filter,
this method should return an empty list. null should never be returned.
The default implementation returns a singleton list that contains a string
returned by AgentChannelsFilter.getDisplayPath(AgentChannel) method.
channel - Original data channel.Copyright © 2019 LSST. All rights reserved.