|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ALDDataIO
This is the interface for Alida's dataIO provider.
The idea behind is to enable generic reading and writing of parameters of Alida operators according to their type. Automatic reading and writing requires a well-defined interface of readers and writers, actually defined by interfaces extending this interface. These interfaces define the signatures of methods to be used. Every DataIO provider to be used with Alida in an automatic fashion has to implement this interface.
Typically these read and write methods are not invoked directly, rather using the ALDDataIOManager corresponding to the concrete interface.
ALDDataIOManager
Method Summary | |
---|---|
Collection<Class<?>> |
providedClasses()
Interface method to announce all classes handled by this provider. |
Method Detail |
---|
Collection<Class<?>> providedClasses()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |