Class SemiDirectionalityPrinciple
java.lang.Object
org.tweetyproject.arg.dung.principles.Principle
org.tweetyproject.arg.dung.principles.DirectionalityPrinciple
org.tweetyproject.arg.dung.principles.SemiDirectionalityPrinciple
Semi Directionality Principle
 
A semantics satisfies semi directionality if for every unattacked set 'U' in an AF F it holds that: The extensions of F restricted to 'U' are a subset of the extensions of F intersected with 'U'.
- Author:
 - Julian Sander
 - See Also:
 
- 
Field Summary
Fields inherited from class org.tweetyproject.arg.dung.principles.Principle
ADMISSIBILITY, ALLOWING_ABSTENTION, CF_REINSTATEMENT, CONFLICT_FREE, DEFENCE, DIRECTIONALITY, I_MAXIMALITY, INRA, MODULARIZATION, NAIVETY, NON_INTERFERENCE, REDUCT_ADM, REINSTATEMENT, SCC_DECOMPOSABILITY, SCOOC, SEMI_DIRECTIONALITY, SEMIQUAL_ADM, STRONG_ADMISSIBILITY, WEAK_DIRECTIONALITY, WEAK_REINSTATEMENT - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptiongetName()The textual name of the postulatebooleanComputes whether the given extension reasoner (i.e.Methods inherited from class org.tweetyproject.arg.dung.principles.DirectionalityPrinciple
getUnattackedSets, isApplicableMethods inherited from class org.tweetyproject.arg.dung.principles.Principle
isSatisfied 
- 
Constructor Details
- 
SemiDirectionalityPrinciple
public SemiDirectionalityPrinciple() 
 - 
 - 
Method Details
- 
getName
 - 
isSatisfied
Description copied from class:PrincipleComputes whether the given extension reasoner (i.e. semantics) satisfies this principle for this specific instance- Overrides:
 isSatisfiedin classDirectionalityPrinciple- Parameters:
 kb- some argumentation frameworkev- an extension reasoner- Returns:
 - true, if this principle is satisfied for this instance and semantics
 
 
 -