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
ChannelChooserException
java.util.List<StationImpl> getStations(NetworkAttrImpl net) throws ChannelChooserException
ChannelChooserException
java.util.List<ChannelImpl> getChannels(StationImpl station) throws ChannelChooserException
ChannelChooserException
QuantityImpl getSensitivity(ChannelImpl chanId) throws ChannelNotFound, InvalidResponse, ChannelChooserException
Instrumentation getInstrumentation(ChannelImpl chanId) throws ChannelNotFound, InvalidResponse, ChannelChooserException