Class IndeterminateInconsistencyMeasure
- java.lang.Object
 - 
- org.tweetyproject.logics.bpm.analysis.IndeterminateInconsistencyMeasure
 
 
- 
- All Implemented Interfaces:
 BpmnInconsistencyMeasure,InconsistencyMeasure<BpmnModel>
public class IndeterminateInconsistencyMeasure extends java.lang.Object implements BpmnInconsistencyMeasure
A BPMN model has an IndeterminateInconsistency value of 1 if there is an activity in this model a) that is reachable from a start event via the model's sequence flow b) from where no end event can possibly be reached, and 0 otherwise- Author:
 - Benedikt Knopp
 
 
- 
- 
Field Summary
- 
Fields inherited from interface org.tweetyproject.logics.commons.analysis.InconsistencyMeasure
MEASURE_TOLERANCE 
 - 
 
- 
Constructor Summary
Constructors Constructor Description IndeterminateInconsistencyMeasure() 
- 
Method Summary
Modifier and Type Method Description java.lang.DoubleinconsistencyMeasure(BpmnModel processModel)This method measures the inconsistency of the given belief base. 
 - 
 
- 
- 
Method Detail
- 
inconsistencyMeasure
public java.lang.Double inconsistencyMeasure(BpmnModel processModel)
Description copied from interface:InconsistencyMeasureThis method measures the inconsistency of the given belief base.- Specified by:
 inconsistencyMeasurein interfaceInconsistencyMeasure<BpmnModel>- Parameters:
 processModel- a belief base.- Returns:
 - a Double indicating the degree of inconsistency.
 
 
 - 
 
 -