java.lang.Object | +----java.util.VectorIterator | +----ModuleStoreIterator | +----ModuleSelector | +----RunnableModuleSelector
ModuleSelector
subclass selects all
Module
s that have all their input available in
memory or on disk.
RunnableModuleSelector()
public boolean participating(Module m)
true
if all inconnectors of the module
have data in memory of on disk, false
otherwise.
The availability of data on disk is determined by looking at
the serveAsNetworkInput
flag of an
InConnector
.