Class DirectionalityPrinciple
java.lang.Object
org.tweetyproject.arg.dung.principles.Principle
org.tweetyproject.arg.dung.principles.DirectionalityPrinciple
- Direct Known Subclasses:
NonInterferencePrinciple,SemiDirectionalityPrinciple,WeakDirectionalityPrinciple
Directionality Principle
A semantics satisfies directionality if for every unattacked set 'U' in an AF F it holds that: The extensions of F restricted to 'U' are equal to the extensions of F intersected with 'U'.
- Author:
- Lars Bengel
- 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 postulategetUnattackedSets(DungTheory theory) utility method for calculating unattacked sets in a given theory a set E is unattacked in theory iff there exists no argument a in theory \ E, with a attacks EbooleanChecks 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).booleanComputes whether the given extension reasoner (i.e.Methods inherited from class org.tweetyproject.arg.dung.principles.Principle
isSatisfied
-
Constructor Details
-
DirectionalityPrinciple
public DirectionalityPrinciple()
-
-
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<Argument>- Specified by:
isApplicablein classPrinciple- Parameters:
kb- some knowledge base- Returns:
- true if the knowledge base is a non trivial instance of this postulate.
-
isSatisfied
Description copied from class:PrincipleComputes whether the given extension reasoner (i.e. semantics) satisfies this principle for this specific instance- Specified by:
isSatisfiedin classPrinciple- Parameters:
kb- some argumentation frameworkev- an extension reasoner- Returns:
- true, if this principle is satisfied for this instance and semantics
-
getUnattackedSets
utility method for calculating unattacked sets in a given theory a set E is unattacked in theory iff there exists no argument a in theory \ E, with a attacks E- Parameters:
theory- a dung theory- Returns:
- the unattacked sets
-