Package cdc.issues

Interface Project


  • public interface Project
    • Method Detail

      • getName

        String getName()
        Returns:
        The name of this project.
      • getProfile

        Profile getProfile()
        Returns:
        The profile of this project.
      • getDataSources

        Iterable<DataSource<?>> getDataSources()
        Returns:
        The data sources contained in this project.
      • getSnapshots

        List<? extends Snapshot> getSnapshots()
        Returns:
        The associated snapshots.
      • getAnswers

        Set<? extends IssueAnswer> getAnswers()
        Returns:
        The associated answers.