Class ComparisonService

java.lang.Object
backend.utility.ComparisonService

public class ComparisonService extends Object
Author:
Philipp Hein
  • Constructor Details

    • ComparisonService

      public ComparisonService() throws IOException
      Throws:
      IOException - falls die Verbindung zur Datenbank nicht hergestellt werden kann.
  • Method Details

    • findMissingLinguisticTranskriptFeatureIds

      public List<String> findMissingLinguisticTranskriptFeatureIds()
      Returns:
      Eine Liste von IDs, die in der Speech-Collection existieren, aber in der Linguistic-Features-Transkript-Collection fehlen.
    • findMissingLinguisticTranskriptFeatureIds

      public List<String> findMissingLinguisticTranskriptFeatureIds(int protocolIndex, boolean force)
      Returns:
      Eine Liste von IDs, die in der Speech-Collection existieren, aber in der Linguistic-Features-Transkript-Collection fehlen.
    • findMissingLinguisticFeatureIds

      public List<String> findMissingLinguisticFeatureIds(int protocolIndex, boolean force)
      Returns:
      Eine Liste von IDs, die in der Speech-Collection existieren, aber in der Linguistic-Features-Collection fehlen.
    • findMissingLinguisticFeatureIds

      public List<String> findMissingLinguisticFeatureIds()
      Returns:
      Eine Liste von IDs, die in der Speech-Collection existieren, aber in der Linguistic-Features-Collection fehlen.
    • getAllMissingLinguisticFeatureIds

      public List<String> getAllMissingLinguisticFeatureIds()
    • getAllMissingLinguisticFeatureIds

      public List<String> getAllMissingLinguisticFeatureIds(int protocolIndex, boolean force)
    • close

      public void close()