Class DelpAnswer
java.lang.Object
org.tweetyproject.arg.delp.semantics.DelpAnswer
Wrapping a generic answer from a reasoner in order to allow UNDECIDED
in addition to the traditional YES and NO.
We ensure backward compatibility by mapping those 3 values to Double
values as follows:
true <=> YES <=> Double(0)
false <= NO <=> negative number
false <= UNDECIDED <=> positive number
true
can be reliably mapped to YES, whereas
false
remains ambiguous.- Author:
- Linda.Briesemeister
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DelpAnswer
public DelpAnswer()
-