Class MultipleBaseContractionOperator<T extends Formula>

java.lang.Object
org.tweetyproject.beliefdynamics.MultipleBaseContractionOperator<T>
Type Parameters:
T - The type of formulas that this operator works on.
All Implemented Interfaces:
BaseContractionOperator<T>
Direct Known Subclasses:
KernelContractionOperator

public abstract class MultipleBaseContractionOperator<T extends Formula> extends Object implements BaseContractionOperator<T>
This is the interface for a classic multiple belief base contraction operator, ie. an operator that takes some set of formulas and another set of formulas and contracts the former by the latter.
Author:
Matthias Thimm