dash.dataSource.Interface

Interface for objects that read data from a source file


Description

dash.dataSource.Interface is an abstract interface. It requires concrete subclasses to implement a “load” method that reads data from a source file. These subclasses can implement the load method in different manners in order to allow gridfiles to load data from diverse data sources.


Methods

Interface