Class AbstractInterpretation<B extends BeliefBase,S extends Formula>

java.lang.Object
org.tweetyproject.commons.AbstractInterpretation<B,S>
Type Parameters:
B - the type of belief bases
S - the type of formulas
All Implemented Interfaces:
Interpretation<B,S>
Direct Known Subclasses:
AbaExtension, AbstractArgumentationInterpretation, ClaimSet, Extension, FourValuedWorld, FuzzyInterpretation, GeneralComparator, InterpretationSet, KripkeModel, LdoInterpretation, PriestWorld, PriestWorldAdapted, ProbabilityDistribution, RankingFunction, RankingFunctionThreeValued, ReferenceWorld, RelationalRankingFunction, RpclProbabilityDistribution, SocialMapping, StratifiedLabeling, ThreeValuedWorld

public abstract class AbstractInterpretation<B extends BeliefBase,S extends Formula> extends Object implements Interpretation<B,S>
An abstract interpretation for some logical language.
Author:
Matthias Thimm
  • Constructor Details

    • AbstractInterpretation

      public AbstractInterpretation()
  • Method Details