Package pl.poznan.put.interfaces
Interfaces useful in various contexts to clean up class design.
-
Interface Summary Interface Description Clusterable A set of methods that a data structure must implement to be clustered.DisplayableExportable A set of methods that any kind of result has to implement to be displayable in UI or exportable to output file.Exportable A set of methods that any kind of result must implement to be exported to output file.Tabular A set of methods to be implemented by result objects with tabular form of data.Visualizable A set of methods allowing to visualize the result.