Download this file

EventWeightOption.java    11 lines (9 with data), 161 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
package eu.alfred.recommendationengine.model;
/**
* Created by tobias on 2/5/16.
*/
public enum EventWeightOption {
positive,
neutral,
negative
}