All Downloads are FREE. Search and download functionalities are using the official Maven repository.

jdplus.tramoseats.desktop.plugin.anomalydetection.Bundle Maven / Gradle / Ivy

The newest version!
package jdplus.tramoseats.desktop.plugin.anomalydetection;
/** Localizable strings for {@link jdplus.tramoseats.desktop.plugin.anomalydetection}. */
class Bundle {
    /**
     * @return Check Last
     * @see ControlNode
     */
    static String controlNode_CheckLastNode_setDisplayName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLastNode.setDisplayName");
    }
    /**
     * @return Coloring Options
     * @see ControlNode
     */
    static String controlNode_CheckLast_ColoringOption_displayName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.ColoringOption.displayName");
    }
    /**
     * @return Value from which the rows are colored in orange
     * @see ControlNode
     */
    static String controlNode_CheckLast_ColoringOption_orange_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.ColoringOption.orange.desc");
    }
    /**
     * @return Orange Rows from
     * @see ControlNode
     */
    static String controlNode_CheckLast_ColoringOption_orange_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.ColoringOption.orange.name");
    }
    /**
     * @return Value from which the rows are colored in red
     * @see ControlNode
     */
    static String controlNode_CheckLast_ColoringOption_red_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.ColoringOption.red.desc");
    }
    /**
     * @return Red Rows from
     * @see ControlNode
     */
    static String controlNode_CheckLast_ColoringOption_red_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.ColoringOption.red.name");
    }
    /**
     * @return Specification used in the checking procedure
     * @see ControlNode
     */
    static String controlNode_CheckLast_Specification_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.Specification.desc");
    }
    /**
     * @return Specification
     * @see ControlNode
     */
    static String controlNode_CheckLast_Specification_displayName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.Specification.displayName");
    }
    /**
     * @return Default Specification
     * @see ControlNode
     */
    static String controlNode_CheckLast_Specification_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.Specification.name");
    }
    /**
     * @return Number of observations in the end of time series that will be forecasted and compared with the actual values.
     * @see ControlNode
     */
    static String controlNode_CheckLast_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.desc");
    }
    /**
     * @return Check Last
     * @see ControlNode
     */
    static String controlNode_CheckLast_displayName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.displayName");
    }
    /**
     * @return Number Last Check
     * @see ControlNode
     */
    static String controlNode_CheckLast_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.CheckLast.name");
    }
    /**
     * @return Outliers Detection
     * @see ControlNode
     */
    static String controlNode_OutliersNode_setDisplayName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.OutliersNode.setDisplayName");
    }
    /**
     * @return Additive Outlier
     * @see ControlNode
     */
    static String controlNode_Outliers_AO_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.AO.desc");
    }
    /**
     * @return AO
     * @see ControlNode
     */
    static String controlNode_Outliers_AO_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.AO.name");
    }
    /**
     * @return Level Shift
     * @see ControlNode
     */
    static String controlNode_Outliers_LS_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.LS.desc");
    }
    /**
     * @return LS
     * @see ControlNode
     */
    static String controlNode_Outliers_LS_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.LS.name");
    }
    /**
     * @return Seasonal Outlier
     * @see ControlNode
     */
    static String controlNode_Outliers_SO_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.SO.desc");
    }
    /**
     * @return SO
     * @see ControlNode
     */
    static String controlNode_Outliers_SO_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.SO.name");
    }
    /**
     * @return Specification used in the checking procedure
     * @see ControlNode
     */
    static String controlNode_Outliers_Specification_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.Specification.desc");
    }
    /**
     * @return Specification
     * @see ControlNode
     */
    static String controlNode_Outliers_Specification_displayName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.Specification.displayName");
    }
    /**
     * @return Default Specification
     * @see ControlNode
     */
    static String controlNode_Outliers_Specification_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.Specification.name");
    }
    /**
     * @return Transitory Change
     * @see ControlNode
     */
    static String controlNode_Outliers_TC_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.TC.desc");
    }
    /**
     * @return TC
     * @see ControlNode
     */
    static String controlNode_Outliers_TC_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.TC.name");
    }
    /**
     * @return Critical value defining the sensibility of the detection
     * @see ControlNode
     */
    static String controlNode_Outliers_criticalValue_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.criticalValue.desc");
    }
    /**
     * @return Critical Value
     * @see ControlNode
     */
    static String controlNode_Outliers_criticalValue_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.criticalValue.name");
    }
    /**
     * @return [va] The critical value is automatically determined. It depends on the number of observations considered in the outliers detection procedure
     * @see ControlNode
     */
    static String controlNode_Outliers_defaultCriticalValue_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.defaultCriticalValue.desc");
    }
    /**
     * @return Use default critical value
     * @see ControlNode
     */
    static String controlNode_Outliers_defaultCriticalValue_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.defaultCriticalValue.name");
    }
    /**
     * @return Outliers to display
     * @see ControlNode
     */
    static String controlNode_Outliers_outliers_displayName() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.outliers.displayName");
    }
    /**
     * @return Transformation type
     * @see ControlNode
     */
    static String controlNode_Outliers_transformation_desc() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.transformation.desc");
    }
    /**
     * @return Transformation
     * @see ControlNode
     */
    static String controlNode_Outliers_transformation_name() {
        return org.openide.util.NbBundle.getMessage(Bundle.class, "controlNode.Outliers.transformation.name");
    }
    private Bundle() {}
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy