Class RankingReasonerGetModelCallee

java.lang.Object
org.tweetyproject.web.services.Callee
org.tweetyproject.web.services.rankings.RankingReasonerGetModelCallee
All Implemented Interfaces:
Callable

public class RankingReasonerGetModelCallee extends Callee
Callee for getting a ranking model
Author:
Lars Bengel
  • Constructor Details

    • RankingReasonerGetModelCallee

      public RankingReasonerGetModelCallee(AbstractRankingReasoner<?> reasoner, DungTheory bbase)
      Constructs a new RankingReasonerGetRankingCallee with the specified reasoner and base DungTheory.
      Parameters:
      reasoner - The AbstractRankingReasoner to be used for obtaining the model
      bbase - The base DungTheory on which the getModel operation is performed
  • Method Details