Package net.sf.tweety.arg.adf.syntax
Class TautologyAcceptanceCondition
- java.lang.Object
-
- net.sf.tweety.arg.adf.syntax.TautologyAcceptanceCondition
-
- All Implemented Interfaces:
AcceptanceCondition
public class TautologyAcceptanceCondition extends Object implements AcceptanceCondition
-
-
Method Detail
-
arguments
public Stream<Argument> arguments()
Description copied from interface:AcceptanceConditionRecursively computes all of the arguments occuring in this acceptance condition.- Specified by:
argumentsin interfaceAcceptanceCondition- Returns:
- the union of the arguments of this acceptance condition and its sub-conditions.
-
toPlFormula
public net.sf.tweety.logics.pl.syntax.PlFormula toPlFormula(Function<Argument,net.sf.tweety.logics.pl.syntax.PlFormula> argumentMap)
- Specified by:
toPlFormulain interfaceAcceptanceCondition
-
-