Interface IRecommender<A extends IAttribute>
public interface IRecommender<A extends IAttribute>
This interfaces contains the intelligence to take the levelling profiles
from a character and turn it into recommendations
-
Method Summary
Modifier and TypeMethodDescriptiondecide(ModificationChoice chMod) getMostRecommended(Class<D> cls, List<? extends DataItem> input) getMostRecommended(List<A> input) getMostRecommendedItems(List<? extends DataItem> input) getRecommendationState(A key) voidupdate()
-
Method Details
-
update
void update() -
getRecommendationState
-
getRecommendationState
-
getMostRecommended
-
getMostRecommended
-
getMostRecommendedItems
-
decide
-
decide
-