T - The type of belief bases this measure supports.public interface InconsistencyMeasure<T extends BeliefBase>
| Modifier and Type | Field and Description | 
|---|---|
static double | 
MEASURE_TOLERANCE
Tolerance. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
java.lang.Double | 
inconsistencyMeasure(T beliefBase)
This method measures the inconsistency of the given belief base. 
 | 
static final double MEASURE_TOLERANCE
java.lang.Double inconsistencyMeasure(T beliefBase)
beliefBase - a belief base.