Class BinaryAcceptanceCondition
java.lang.Object
org.tweetyproject.arg.adf.syntax.acc.BinaryAcceptanceCondition
- All Implemented Interfaces:
AcceptanceCondition
- Direct Known Subclasses:
ConjunctionAcceptanceCondition
,DisjunctionAcceptanceCondition
,EquivalenceAcceptanceCondition
,ExclusiveDisjunctionAcceptanceCondition
,ImplicationAcceptanceCondition
- Author:
- Sebastian
-
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
ConstructorDescription -
Method Summary
Methods inherited from interface org.tweetyproject.arg.adf.syntax.acc.AcceptanceCondition
accept, arguments, contains
-
Constructor Details
-
BinaryAcceptanceCondition
- Parameters:
left
- leftright
- right
-
-
Method Details
-
getChildren
- Specified by:
getChildren
in interfaceAcceptanceCondition
- Returns:
- an unmodifiable set of children
-
getLeft
- Returns:
- AcceptanceCondition getLeft
-
getRight
- Returns:
- AcceptanceCondition getRight
-
hashCode
public int hashCode() -
equals
-
toString
-