Class DelpAnswer
- java.lang.Object
 - 
- org.tweetyproject.arg.delp.semantics.DelpAnswer
 
 
- 
public class DelpAnswer extends java.lang.ObjectWrapping 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
truecan be reliably mapped to YES, whereasfalseremains ambiguous.- Author:
 - Linda.Briesemeister
 
 
- 
- 
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDelpAnswer.Type 
- 
Constructor Summary
Constructors Constructor Description DelpAnswer() 
 -