Uses of Interface
org.tweetyproject.beliefdynamics.BaseExpansionOperator
Packages that use BaseExpansionOperator
-
Uses of BaseExpansionOperator in org.tweetyproject.beliefdynamics
Classes in org.tweetyproject.beliefdynamics that implement BaseExpansionOperatorModifier and TypeClassDescriptionclassDefaultBaseExpansionOperator<T extends Formula>This class implements the default base expansion operator, ie.classDefaultMultipleBaseExpansionOperator<T extends Formula>This class implements the default multiple base expansion operator, ie.classMultipleBaseExpansionOperator<T extends Formula>This is the interface for a classic multiple belief base expansion operator, ie.Constructors in org.tweetyproject.beliefdynamics with parameters of type BaseExpansionOperatorModifierConstructorDescriptionLeviBaseRevisionOperator(BaseContractionOperator<T> contraction, BaseExpansionOperator<T> expansion) Creates a new Levi base revision with the given contraction and expansion operators.