Interface ReaderProvider
-
- All Superinterfaces:
AlohaPlugin
- All Known Implementing Classes:
DispersionPlugin,KickResponsePlugin,MultiturnPlugin,TrajectoryPlugin,TrimPlugin
public interface ReaderProvider extends AlohaPlugin
This interface is intended to be implemented by anAlohaPluginif it provides one or more readers.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<Reader>getReaders()This has to return a list, which contains readers for certain measurements.-
Methods inherited from interface cern.accsoft.steering.aloha.plugin.api.AlohaPlugin
getName
-
-