Class Preferences
- java.lang.Object
-
- de.tudarmstadt.ukp.inception.recommendation.api.model.Preferences
-
- All Implemented Interfaces:
java.io.Serializable
public class Preferences extends java.lang.Object implements java.io.Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Preferences()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getMaxPredictions()
boolean
isShowAllPredictions()
void
setMaxPredictions(int aMaxPredictions)
void
setShowAllPredictions(boolean aShowAllPredictions)
-