public class FilterOutOfRange extends AbstractChannelsFilter
Persistable.DescriptorALL, CREATOR_PATH_UNFILTERED, descriptorCATEGORY| 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.
|
getDescriptor, getUnfilteredclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetNamegetAgents, getDisplayChannels, getDisplayPath, getDisplayPath, getDisplayPath, getDisplayPaths, getFields, getGroups, getOriginChannels, getOriginPath, getOriginPaths, isSelector, matchTemplateedit, getCategory, getPath, restore, restore, savepublic List<String> getDisplayPaths(AgentChannel channel)
AgentChannelsFilterAgentChannel
instances (like monitoring views).
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 © 2023 LSST. All rights reserved.