Class DirectionalityPrinciple
java.lang.Object
org.tweetyproject.arg.dung.principles.Principle
org.tweetyproject.arg.dung.principles.DirectionalityPrinciple
Directionality Principle
A semantics satisfies directionality if for every unattacked set U in a dung theory F it holds that:
The extensions of F restricted to U are equal to the extensions of F intersected with U
see: Baroni, P., and Giacomin, M. (2007). On principle-based evaluation of extension-based argumentation semantics.
- Author:
- Lars Bengel
-
Field Summary
Fields inherited from class org.tweetyproject.arg.dung.principles.Principle
ADMISSIBILITY, CF_REINSTATEMENT, CONFLICT_FREE, DIRECTIONALITY, I_MAXIMALITY, INRA, MODULARIZATION, NAIVETY, REDUCT_ADM, REINSTATEMENT, SCC_DECOMPOSABILITY, SCOOC, SEMIQUAL_ADM, STRONG_ADMISSIBILITY, WEAK_REINSTATEMENT -
Constructor Summary
Constructors -
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).boolean*description missing*Methods inherited from class org.tweetyproject.arg.dung.principles.Principle
isSatisfied
-
Constructor Details
-
DirectionalityPrinciple
public DirectionalityPrinciple()
-
-
Method Details
-
getName
Description copied from interface:PostulateThe textual name of the postulate- Returns:
- a string
-
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:Principle*description missing*- Specified by:
isSatisfiedin classPrinciple- Parameters:
kb- kbev- ev- Returns:
- is Satisfied
-