public class LoadedNetworkSource extends WrappingNetworkSource implements NetworkSource
Constructor and Description |
---|
LoadedNetworkSource(NetworkSource wrapped,
java.util.List<? extends StationImpl> allStations,
StationImpl sta) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends ChannelImpl> |
getChannels(StationImpl station) |
Instrumentation |
getInstrumentation(ChannelId chanId) |
QuantityImpl |
getSensitivity(ChannelId chanId) |
java.util.List<? extends StationImpl> |
getStations(NetworkAttrImpl net) |
boolean |
isInstrumentationLoaded(ChannelId chan) |
getName, getNetwork, getNetworkByName, getNetworks, getRefreshInterval, getWrapped, setConstraints
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getNetwork, getNetworkByName, getNetworks, getRefreshInterval, setConstraints
public LoadedNetworkSource(NetworkSource wrapped, java.util.List<? extends StationImpl> allStations, StationImpl sta)
public java.util.List<? extends ChannelImpl> getChannels(StationImpl station)
getChannels
in interface NetworkSource
getChannels
in class WrappingNetworkSource
public Instrumentation getInstrumentation(ChannelId chanId) throws ChannelNotFound, InvalidResponse
getInstrumentation
in interface NetworkSource
getInstrumentation
in class WrappingNetworkSource
ChannelNotFound
InvalidResponse
public QuantityImpl getSensitivity(ChannelId chanId) throws ChannelNotFound, InvalidResponse
getSensitivity
in interface NetworkSource
getSensitivity
in class WrappingNetworkSource
ChannelNotFound
InvalidResponse
public java.util.List<? extends StationImpl> getStations(NetworkAttrImpl net)
getStations
in interface NetworkSource
getStations
in class WrappingNetworkSource
public boolean isInstrumentationLoaded(ChannelId chan)