Download this file

RecommendationReason.java    13 lines (11 with data), 221 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
package eu.alfred.recommendationengine.model;
/**
* Created by thardes on 20/04/2016.
*/
public enum RecommendationReason {
FRIENDS_GOING,
TAGS,
HISTORY,
INTERESTS,
SIMILAR_PARTICIPANTS, DISTANCE
}