Class ComparisonContext

java.lang.Object
me.datafox.dfxengine.values.api.comparison.ComparisonContext
Direct Known Subclasses:
MapComparisonContext

public class ComparisonContext extends Object
Context used when doing Comparisons on Values and ValueMaps. If useModifiedValue() is true, the result of Value.getValue() should be used for the Comparison, otherwise the result of Value.getBase() should be used instead.
  • Constructor Details

    • ComparisonContext

      public ComparisonContext()
  • Method Details

    • useModifiedValue

      public boolean useModifiedValue()
      Returns:
      true if the result of Value.getValue() should be used for the Comparison, or false if the result of Value.getBase() should be used instead
    • defaults

      public static ComparisonContext defaults()
      Returns:
      ComparisonContext with default values