Uses of Interface
org.tweetyproject.beliefdynamics.BaseExpansionOperator
-
Uses of BaseExpansionOperator in org.tweetyproject.beliefdynamics
Modifier and TypeClassDescriptionclass
DefaultBaseExpansionOperator<T extends Formula>
This class implements the default base expansion operator, ie.class
DefaultMultipleBaseExpansionOperator<T extends Formula>
This class implements the default multiple base expansion operator, ie.class
MultipleBaseExpansionOperator<T extends Formula>
This is the interface for a classic multiple belief base expansion operator, ie.ModifierConstructorDescriptionLeviBaseRevisionOperator
(BaseContractionOperator<T> contraction, BaseExpansionOperator<T> expansion) Creates a new Levi base revision with the given contraction and expansion operators.