Uses of Enum
org.tweetyproject.arg.adf.syntax.acc.ContradictionAcceptanceCondition
Packages that use ContradictionAcceptanceCondition
-
Uses of ContradictionAcceptanceCondition in org.tweetyproject.arg.adf.syntax.acc
Fields in org.tweetyproject.arg.adf.syntax.acc declared as ContradictionAcceptanceConditionModifier and TypeFieldDescriptionstatic final ContradictionAcceptanceCondition
AcceptanceCondition.CONTRADICTION
This constant is an alias forINSTANCE
, its only purpose is readability.Methods in org.tweetyproject.arg.adf.syntax.acc that return ContradictionAcceptanceConditionModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.static ContradictionAcceptanceCondition[]
ContradictionAcceptanceCondition.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.tweetyproject.arg.adf.syntax.acc with parameters of type ContradictionAcceptanceConditionModifier and TypeMethodDescriptionVisitor.visit
(ContradictionAcceptanceCondition acc, D topDownData)