Class UnlivenessMeasure
java.lang.Object
org.tweetyproject.logics.bpm.analysis.UnlivenessMeasure
- All Implemented Interfaces:
BpmnInconsistencyMeasure
,InconsistencyMeasure<ReachabilityGraph>
- Author:
- Benedikt Knopp
-
Field Summary
Fields inherited from interface org.tweetyproject.logics.commons.analysis.InconsistencyMeasure
MEASURE_TOLERANCE
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioninconsistencyMeasure
(ReachabilityGraph reachabilityGraph) This method measures the inconsistency of the given belief base.
-
Constructor Details
-
UnlivenessMeasure
public UnlivenessMeasure()
-
-
Method Details
-
inconsistencyMeasure
Description copied from interface:InconsistencyMeasure
This method measures the inconsistency of the given belief base.- Specified by:
inconsistencyMeasure
in interfaceInconsistencyMeasure<ReachabilityGraph>
- Parameters:
reachabilityGraph
- a belief base.- Returns:
- a Double indicating the degree of inconsistency.
-
getInfoStrings
- Specified by:
getInfoStrings
in interfaceBpmnInconsistencyMeasure
-