Class ImplicationAcceptanceCondition
java.lang.Object
org.tweetyproject.arg.adf.syntax.acc.AbstractAcceptanceCondition
org.tweetyproject.arg.adf.syntax.acc.ImplicationAcceptanceCondition
- All Implemented Interfaces:
 AcceptanceCondition
- 
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
ConstructorsConstructorDescription - 
Method Summary
Methods inherited from class org.tweetyproject.arg.adf.syntax.acc.AbstractAcceptanceCondition
getChildren, toStringMethods inherited from interface org.tweetyproject.arg.adf.syntax.acc.AcceptanceCondition
arguments, contains 
- 
Constructor Details
- 
ImplicationAcceptanceCondition
- Parameters:
 left- the left side of the implicationright- the right side of the implication
 
 - 
 - 
Method Details
- 
getLeft
- Returns:
 - the left
 
 - 
getRight
- Returns:
 - the right
 
 - 
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.
- 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
 
 - 
getName
 - 
hashCode
public int hashCode()- Overrides:
 hashCodein classAbstractAcceptanceCondition
 - 
equals
- Overrides:
 equalsin classAbstractAcceptanceCondition
 
 -