java.lang.Object
de.rpgframework.genericrpg.chargen.ai.Recommender

public class Recommender extends Object
  • Konstruktordetails

    • Recommender

      public Recommender()
  • Methodendetails

    • clearConfiguration

      public void clearConfiguration()
    • addConfiguration

      public void addConfiguration(List<Modification> mods)
    • calculateDerivedeffects

      public void calculateDerivedeffects(RecommendationModification mod, DataItem resolved)
      Called to allow derived recommendations ( e.g. an attribute when having a skill recommendation) to happen
    • getRecommendationState

      public RecommendationState getRecommendationState(DataItem key)
    • getRecommendationState

      public RecommendationState getRecommendationState(IAttribute key)