S - The type of formulas this measure supports.T - The type of belief sets this measure supports.public abstract class BeliefSetInconsistencyMeasure<S extends net.sf.tweety.commons.Formula> extends Object implements InconsistencyMeasure<net.sf.tweety.commons.BeliefSet<S>>
MEASURE_TOLERANCE| Constructor and Description |
|---|
BeliefSetInconsistencyMeasure() |
| Modifier and Type | Method and Description |
|---|---|
Double |
inconsistencyMeasure(net.sf.tweety.commons.BeliefSet<S> beliefBase)
This method measures the inconsistency of the given belief base.
|
abstract Double |
inconsistencyMeasure(Collection<S> formulas)
This method measures the inconsistency of the given set of formulas.
|
public Double inconsistencyMeasure(net.sf.tweety.commons.BeliefSet<S> beliefBase)
InconsistencyMeasureinconsistencyMeasure in interface InconsistencyMeasure<net.sf.tweety.commons.BeliefSet<S extends net.sf.tweety.commons.Formula>>beliefBase - a belief base.public abstract Double inconsistencyMeasure(Collection<S> formulas)
formulas - a collection of formulas.Copyright © 2018. All rights reserved.