Class DeepLabCutCSVReader

    • Constructor Detail

      • DeepLabCutCSVReader

        public DeepLabCutCSVReader()
    • Method Detail

      • setPrefix

        public void setPrefix​(String value)
        Sets the field prefix used in the report.
        Parameters:
        value - the field prefix
      • getPrefix

        public String getPrefix()
        Returns the field prefix used in the report.
        Returns:
        the field prefix
      • prefixTipText

        public String prefixTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • setFileRegExp

        public void setFileRegExp​(BaseRegExp value)
        Sets the regexp the file names must match.
        Parameters:
        value - the expression
      • getFileRegExp

        public BaseRegExp getFileRegExp()
        Returns the regexp the file names must match.
        Returns:
        the expression
      • fileRegExpTipText

        public String fileRegExpTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • determineParentID

        protected int determineParentID​(Report report)
        Tries to determine the parent ID for the current report.
        Specified by:
        determineParentID in class AbstractReportReader<Report>
        Parameters:
        report - the report to determine the ID for
        Returns:
        the parent database ID, -1 if it cannot be determined