Uses of Class
org.apache.unomi.api.segments.ScoringElement
-
Packages that use ScoringElement Package Description org.apache.unomi.api.segments -
-
Uses of ScoringElement in org.apache.unomi.api.segments
Methods in org.apache.unomi.api.segments that return types with arguments of type ScoringElement Modifier and Type Method Description List<ScoringElement>
Scoring. getElements()
Retrieves the details of this Scoring.Method parameters in org.apache.unomi.api.segments with type arguments of type ScoringElement Modifier and Type Method Description void
Scoring. setElements(List<ScoringElement> elements)
Sets the elements.
-