Package org.troy.capstone.constants


package org.troy.capstone.constants
  • Enum Classes
    Class
    Description
    This enum defines the file paths for the cleaned, attributed, and cleaned & attributed CSV files.
    The ItemSimilarityWeights enum defines the weights used for calculating item similarity based on different attributes.
    Enum for column names in the dataset, to avoid hardcoding strings throughout the codebase and reduce risk of typos.
    Enum representing the IDs of various UI components for TestFX testing.
    Enum for UI data names, to avoid hardcoding strings throughout the codebase and reduce risk of typos.
    Enum for UI element names, to avoid hardcoding strings throughout the codebase and reduce risk of typos.
    Enum for UI size control, to centralize all size-related constants for the UI in one place.
    Enum for commonly used URLs in the application, such as attribution links and default image URLs.