Interface ClonableReporterQuery

    • Method Detail

      • hasClonedReporters

        boolean hasClonedReporters()
        Check if the virtual database that this query is using has cloned reporter annotations or not.
      • useClonedReporters

        boolean useClonedReporters()
        Checks if this query is using cloned reporter or not by default. The default setting is to use cloned reporters if they are available in the experiment.
        Returns:
        TRUE if this query is using cloned reporters, FALSE if not
      • setUseClonedReporters

        void setUseClonedReporters​(boolean useClonedReporters)
        Set if cloned reporters should be used by default or not. Trying to set this to true is ignored if hasClonedReporters() return false.
        Parameters:
        useClonedReporters - TRUE to use cloned reporters by default, FALSE to use the master reporters
      • getVirtualDb

        VirtualDb getVirtualDb()
        Get the virtual database that the query is using.
        Returns:
        A virtual db or null if the query is not based on a virtual db