You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@dlindhol, I'm confused about what DatasetReader does now.
DatasetReader now has an abstract model member that needs to be defined to make a non-abstract implementation like HapiReader. However, HapiReader currently computes the model from the given URI.
Does that mean DatasetReaders need to be given the model rather than compute it themselves? So HapiReader would be constructed with a model? Is HapiReader an abstract class that does most of what's necessary for getting a dataset from a HAPI server but needs to have subclasses (anonymous or not) for specific datasets?
The
DatasetReader
interface has changed sinceHapiReader
was written.The text was updated successfully, but these errors were encountered: