public interface ChannelChooserSource
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ChannelImpl> |
getChannels(StationImpl station) |
Instrumentation |
getInstrumentation(ChannelImpl chanId) |
java.util.List<NetworkAttrImpl> |
getNetworks() |
QuantityImpl |
getSensitivity(ChannelImpl chanId) |
java.util.List<StationImpl> |
getStations(NetworkAttrImpl net) |
java.util.List<NetworkAttrImpl> getNetworks() throws ChannelChooserException
ChannelChooserExceptionjava.util.List<StationImpl> getStations(NetworkAttrImpl net) throws ChannelChooserException
ChannelChooserExceptionjava.util.List<ChannelImpl> getChannels(StationImpl station) throws ChannelChooserException
ChannelChooserExceptionQuantityImpl getSensitivity(ChannelImpl chanId) throws ChannelNotFound, InvalidResponse, ChannelChooserException
Instrumentation getInstrumentation(ChannelImpl chanId) throws ChannelNotFound, InvalidResponse, ChannelChooserException