Class ParameterCountOptions

    • Constructor Detail

      • ParameterCountOptions

        public ParameterCountOptions()
    • Method Detail

      • getExcludeNullDistributions

        public boolean getExcludeNullDistributions()
        Gets a value indicating whether null distributions are excluded from the parameter count.
        Returns:
        true if null distributions should be excluded; otherwise, false.
      • setExcludeNullDistributions

        public void setExcludeNullDistributions​(boolean value)
        Sets a value indicating whether null distributions are excluded from the parameter count.
        Parameters:
        value - true if null distributions should be excluded; otherwise, false.