Interface CompanyGroup

All Superinterfaces:
Card
All Known Implementing Classes:
CompanyGroupImpl

public interface CompanyGroup extends Card
Company Groups are company groupings based on user defined preferences. The CompanyGroup entity extends the notion of a Card to provide additional information and functionality.
Author:
Vasiliki Gkatziaki
  • Method Details

    • getCompanies

      List<String> getCompanies()
      The list of companies, the company group contains
      Returns:
    • getLinksOfCompanies

      List<String> getLinksOfCompanies()
      The list of links to wikirate companies, the company group contains.
      Returns:
    • getSpecification

      String getSpecification()
      A specification is used when the company group created implicitly by using a filter on a metric.
      Returns:
      the specification used for the creation of the company group