Class AbstractInterpretation<B extends BeliefBase,​S extends Formula>

  • Type Parameters:
    B - the type of belief bases
    S - the type of formulas
    All Implemented Interfaces:
    Interpretation<B,​S>
    Direct Known Subclasses:
    InterpretationSet

    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 Detail

      • AbstractInterpretation

        public AbstractInterpretation()