public class Scoring extends MetadataItem
Profile
s 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.Modifier and Type | Field and Description |
---|---|
static String |
ITEM_TYPE
The Scoring ITEM_TYPE.
|
metadata
Constructor and Description |
---|
Scoring()
Instantiates a new Scoring.
|
Scoring(Metadata metadata)
Instantiates a new Scoring with the specified metadata.
|
Modifier and Type | Method and Description |
---|---|
List<ScoringElement> |
getElements()
Retrieves the details of this Scoring.
|
void |
setElements(List<ScoringElement> elements)
Sets the elements.
|
getMetadata, getScope, setMetadata
equals, getItemId, getItemType, getItemType, getSystemMetadata, getVersion, hashCode, setItemId, setItemType, setScope, setSystemMetadata, setVersion
public static final String ITEM_TYPE
public Scoring()
public Scoring(Metadata metadata)
metadata
- the metadatapublic List<ScoringElement> getElements()
public void setElements(List<ScoringElement> elements)
elements
- the elementsCopyright © 2014–2022 Apache Software Foundation. All rights reserved.