Interface Dataset

All Superinterfaces:
Card
All Known Implementing Classes:
DatasetImpl

public interface Dataset extends Card
Datasets are helping Users to structure information on WikiRate by combining Companies and Metrics associated with a particular theme or research. The Dataset entity extends the notion of a Card to provide additional information and functionality.
Author:
Vasiliki Gkatziaki
  • Method Details

    • getAnswers

      List<Answer> getAnswers()
      Returns all the Answers linked to the Dataset
      Returns:
      a List of Answers
    • getMetrics

      List<String> getMetrics()
      Returns all the Metrics of the Dataset
      Returns:
      a list of Metrics
    • getCompanies

      List<String> getCompanies()
      Returns all the Companies of the Datset
      Returns:
      a list of Companies
    • getLicense

      String getLicense()
      Returns the license of the dataset
      Returns:
      the license a string