Class Scoring

All Implemented Interfaces:
Serializable

public class Scoring extends MetadataItem
A set of conditions associated with a value to assign to Profiles when matching so that the associated users can be scored along that dimension. Each ScoringElement is evaluated and matching profiles' scores are incremented with the associated value.
See Also:
  • Field Details

  • Constructor Details

    • Scoring

      public Scoring()
      Instantiates a new Scoring.
    • Scoring

      public Scoring(Metadata metadata)
      Instantiates a new Scoring with the specified metadata.
      Parameters:
      metadata - the metadata
  • Method Details

    • getElements

      public List<ScoringElement> getElements()
      Retrieves the details of this Scoring.
      Returns:
      the elements
    • setElements

      public void setElements(List<ScoringElement> elements)
      Sets the elements.
      Parameters:
      elements - the elements