Package org.troy.capstone.constants
package org.troy.capstone.constants
-
Enum ClassesClassDescriptionThis enum defines the file paths for the cleaned, attributed, and cleaned & attributed CSV files.The
ItemSimilarityWeightsenum 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 forTestFXtesting.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.