Class NegationAcceptanceCondition
java.lang.Object
org.tweetyproject.arg.adf.syntax.acc.NegationAcceptanceCondition
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.tweetyproject.arg.adf.syntax.acc.AcceptanceCondition
AcceptanceCondition.Builder -
Field Summary
Fields inherited from interface org.tweetyproject.arg.adf.syntax.acc.AcceptanceCondition
CONTRADICTION, TAUTOLOGY -
Constructor Summary
Constructors -
Method Summary
Methods inherited from interface org.tweetyproject.arg.adf.syntax.acc.AcceptanceCondition
arguments, contains
-
Constructor Details
-
NegationAcceptanceCondition
- Parameters:
child- the child of the negation
-
-
Method Details
-
getChild
- Returns:
- the child
-
getChildren
- Specified by:
getChildrenin interfaceAcceptanceCondition- Returns:
- an unmodifiable set of children
-
accept
Description copied from interface:AcceptanceConditionPasses the topDownData to the right visit method and returns the result of the visit method, performs no modifications on them.This allows for type-safe traversal through the acceptance condition structure.
- Specified by:
acceptin interfaceAcceptanceCondition- Type Parameters:
U- the bottom-up dataD- the top-down data- Parameters:
visitor- the visitortopDownData- the data which is passed from the root of the acceptance condition to the leaf- Returns:
- the result of the visit method
-
hashCode
-
equals
-
toString
-