public class FilterOutOfRange extends AbstractChannelsFilter
AgentChannelsFilter.Event, AgentChannelsFilter.ListenerALL| Constructor and Description |
|---|
FilterOutOfRange() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getDisplayPath(AgentChannel channel)
Returns a list of display channels for the specified original channel.
|
addListener, notifyListeners, removeListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetAgents, getAttributes, getDisplayChannels, getDisplayPath, getFields, getName, getOriginChannels, getOriginPathpublic List<String> getDisplayPath(AgentChannel channel)
AgentChannelsFilterAgentChannelsFilter.getDisplayPath(String)
method. Subclasses may override it to take into account channel attributes and metadata.
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.
channel - Original data channel.Copyright © 2018 LSST. All rights reserved.