Class Interpretation.Builder
- java.lang.Object
-
- net.sf.tweety.arg.adf.semantics.interpretation.Interpretation.Builder
-
- Enclosing interface:
- Interpretation
public static final class Interpretation.Builder extends java.lang.Object
-
-
Method Summary
Modifier and Type Method Description Interpretation
build()
Interpretation.Builder
put(Argument arg, java.lang.Boolean value)
-
-
-
Method Detail
-
put
public Interpretation.Builder put(Argument arg, java.lang.Boolean value)
-
build
public Interpretation build()
-
-