Interface InterpretationDistance<T extends Interpretation<B,S>,B extends BeliefBase,S extends Formula>

Type Parameters:
T - The actual type of interpretation used
B - the type of belief bases
S - the type of formulas
All Known Implementing Classes:
DalalDistance, DrasticDistance, PossibleWorldDistance

public interface InterpretationDistance<T extends Interpretation<B,S>,B extends BeliefBase,S extends Formula>
Classes implementing this interface represent distance functions between two interpretations.
Author:
Matthias Thimm