Package org.apache.unomi.api.segments
Class SegmentsAndScores
- java.lang.Object
-
- org.apache.unomi.api.segments.SegmentsAndScores
-
- All Implemented Interfaces:
Serializable
public class SegmentsAndScores extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,Integer>
getScores()
Retrieves the scores as a Map of scoring name - associated score pairs.Set<String>
getSegments()
Retrieves the segments identifiers.
-