Class ModularizationPrinciple
java.lang.Object
org.tweetyproject.arg.dung.principles.Principle
org.tweetyproject.arg.dung.principles.ModularizationPrinciple
Modularization Principle
 A semantics s satisfies modularization iff for every AF F we have: if E1 is a s-extension of F and E2 is a
 s-extension of the E1-reduct of F, then (E1 u E2) is a s-extension of F
 see: Baumann et. al. "Comparing Weak Admissibility Semantics to their Dung-style Counterparts--Reduct,
          Modularization, and Strong Equivalence in Abstract Argumentation." 2020
- Author:
- Lars Bengel
- 
Field SummaryFields inherited from class org.tweetyproject.arg.dung.principles.PrincipleADMISSIBILITY, CF_REINSTATEMENT, CONFLICT_FREE, DIRECTIONALITY, I_MAXIMALITY, INRA, MODULARIZATION, NAIVETY, REDUCT_ADM, REINSTATEMENT, SCC_DECOMPOSABILITY, SCOOC, SEMIQUAL_ADM, STRONG_ADMISSIBILITY, WEAK_REINSTATEMENT
- 
Constructor SummaryConstructors
- 
Method SummaryModifier 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).boolean*description missing*Methods inherited from class org.tweetyproject.arg.dung.principles.PrincipleisSatisfied
- 
Constructor Details- 
ModularizationPrinciplepublic ModularizationPrinciple()
 
- 
- 
Method Details- 
getNameDescription copied from interface:PostulateThe textual name of the postulate- Returns:
- a string
 
- 
isApplicableDescription 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 interface- Postulate<Argument>
- Specified by:
- isApplicablein class- Principle
- Parameters:
- kb- some knowledge base
- Returns:
- true if the knowledge base is a non trivial instance of this postulate.
 
- 
isSatisfiedDescription copied from class:Principle*description missing*- Specified by:
- isSatisfiedin class- Principle
- Parameters:
- kb- kb
- ev- ev
- Returns:
- is Satisfied
 
 
-