Class InconsistencyMeasureResult
java.lang.Object
org.tweetyproject.logics.commons.analysis.InconsistencyMeasureResult
This class represents the results the result of a call to an inconsistency measure
with a knowledge base, i.e. the inconsistency value, if found, the computation
time and the timeout status.
- Author:
- Anna Gessler
- See Also:
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic enum
Status of an InconsistencyMeasureResult: OK means that an inconsistency value has been computed. -
Method Summary
Modifier and TypeMethodDescriptionlong
double
getValue()
static InconsistencyMeasureResult
ok
(double result) void
setElapsedTime
(long time) static InconsistencyMeasureResult
timeout()
-
Method Details
-
timeout
-
ok
-
getStatus
-
getValue
public double getValue() -
getElapsedTime
public long getElapsedTime() -
setElapsedTime
public void setElapsedTime(long time)
-