Class ImPostulate

    • Field Detail

      • MONOTONY

        public static final ImPostulate MONOTONY
        The MONOTONY postulate
      • DOMINANCE

        public static final ImPostulate DOMINANCE
        The DOMINANCE postulate
      • FREEFORMULAINDEPENDENCE

        public static final ImPostulate FREEFORMULAINDEPENDENCE
        The FREEFORMULAINDEPENDENCE postulate
      • SAFEFORMULAINDEPENDENCE

        public static final ImPostulate SAFEFORMULAINDEPENDENCE
        The SAFEFORMULAINDEPENDENCE postulate
      • FREEFORMULADILUTION

        public static final ImPostulate FREEFORMULADILUTION
        The FREEFORMULADILUTION postulate
      • CONSISTENCY

        public static final ImPostulate CONSISTENCY
        The CONSISTENCY postulate
      • NORMALIZATION

        public static final ImPostulate NORMALIZATION
        The NORMALIZATION postulate
      • SUPERADDITIVITY

        public static final ImPostulate SUPERADDITIVITY
        The SUPERADDITIVITY postulate
      • PENALTY

        public static final ImPostulate PENALTY
        The PENALTY postulate
      • MINORMALIZATION

        public static final ImPostulate MINORMALIZATION
        The MINORMALIZATION postulate
      • MISEPARABILITY

        public static final ImPostulate MISEPARABILITY
        The MISEPARABILITY postulate
      • ATTENUATION

        public static final ImPostulate ATTENUATION
        The ATTENUATION postulate
      • ADJUNCTIONINVARIANCE

        public static final ImPostulate ADJUNCTIONINVARIANCE
        The ADJUNCTIONINVARIANCE postulate
      • IRRELEVANCEOFSYNTAX

        public static final ImPostulate IRRELEVANCEOFSYNTAX
        The IRRELEVANCEOFSYNTAX postulate
      • EXCHANGE

        public static final ImPostulate EXCHANGE
        The EXCHANGE postulate
      • EQUALCONFLICT

        public static final ImPostulate EQUALCONFLICT
        The EQUALCONFLICT postulate
      • CONTRADICTION

        public static final ImPostulate CONTRADICTION
        The CONTRADICTION postulate
      • WEAKDOMINANCE

        public static final ImPostulate WEAKDOMINANCE
        The WEAKDOMINANCE postulate
    • Constructor Detail

      • ImPostulate

        public ImPostulate()
    • Method Detail

      • isApplicable

        public abstract boolean isApplicable​(Collection<PlFormula> kb)
        Specified by:
        isApplicable in interface net.sf.tweety.commons.postulates.Postulate<PlFormula>
      • isSatisfied

        public boolean isSatisfied​(Collection<PlFormula> kb,
                                   net.sf.tweety.commons.postulates.PostulateEvaluatable<PlFormula> ev)
        Specified by:
        isSatisfied in interface net.sf.tweety.commons.postulates.Postulate<PlFormula>
      • isSatisfied

        public abstract boolean isSatisfied​(Collection<PlFormula> kb,
                                            net.sf.tweety.logics.commons.analysis.BeliefSetInconsistencyMeasure<PlFormula> ev)