Class ImContradiction
java.lang.Object
org.tweetyproject.logics.pl.postulates.ImPostulate
org.tweetyproject.logics.pl.postulates.ImContradiction
The "contradiction" postulate for inconsistency measures: A knowledge base
 is maximally inconsistent if all non-empty subsets are inconsistent. 
 This postulate is supposed to be an extension of the "normalization" postulate,
 meaning 1 is the maximum inconsistency value.
- Author:
 - Anna Gessler
 - See Also:
 
- 
Field Summary
Fields inherited from class org.tweetyproject.logics.pl.postulates.ImPostulate
ADJUNCTIONINVARIANCE, ATTENUATION, CONSISTENCY, CONTRADICTION, DOMINANCE, EQUALCONFLICT, EXCHANGE, FREEFORMULADILUTION, FREEFORMULAINDEPENDENCE, IRRELEVANCEOFSYNTAX, MINORMALIZATION, MISEPARABILITY, MONOTONY, NORMALIZATION, PENALTY, SAFEFORMULAINDEPENDENCE, SUPERADDITIVITY, WEAKDOMINANCE - 
Method Summary
Modifier and TypeMethodDescriptiongetName()The textual name of the postulatebooleanChecks whether the given kb represents a non-trivial instance for this postulate, i.e., whether assumptions of this postulates are satisfied (evaluating an approach on a non-applicable instance always succeeds).booleanReturn whether the formulas are satisfiedMethods inherited from class org.tweetyproject.logics.pl.postulates.ImPostulate
isSatisfied 
- 
Method Details
- 
getName
 - 
isApplicable
Description copied from interface:PostulateChecks whether the given kb represents a non-trivial instance for this postulate, i.e., whether assumptions of this postulates are satisfied (evaluating an approach on a non-applicable instance always succeeds).- Specified by:
 isApplicablein interfacePostulate<PlFormula>- Specified by:
 isApplicablein classImPostulate- Parameters:
 kb- some knowledge base- Returns:
 - true if the knowledge base is a non trivial instance of this postulate.
 
 - 
isSatisfied
Description copied from class:ImPostulateReturn whether the formulas are satisfied- Specified by:
 isSatisfiedin classImPostulate- Parameters:
 kb- collection of formulasev- BeliefSet Inconsistency Measure- Returns:
 - whether the formulas are satisfied
 
 
 -