Uses of Class
net.sf.tweety.arg.adf.syntax.acc.TautologyAcceptanceCondition
-
Packages that use TautologyAcceptanceCondition Package Description net.sf.tweety.arg.adf.syntax.acc -
-
Uses of TautologyAcceptanceCondition in net.sf.tweety.arg.adf.syntax.acc
Fields in net.sf.tweety.arg.adf.syntax.acc declared as TautologyAcceptanceCondition Modifier and Type Field Description static TautologyAcceptanceCondition
AcceptanceCondition. TAUTOLOGY
This constant is an alias forINSTANCE
, its only purpose is readability.Methods in net.sf.tweety.arg.adf.syntax.acc that return TautologyAcceptanceCondition Modifier and Type Method Description static TautologyAcceptanceCondition
TautologyAcceptanceCondition. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static TautologyAcceptanceCondition[]
TautologyAcceptanceCondition. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.sf.tweety.arg.adf.syntax.acc with parameters of type TautologyAcceptanceCondition Modifier and Type Method Description U
Visitor. visit(TautologyAcceptanceCondition acc, D topDownData)
-