Class AbstractAcceptanceCondition
java.lang.Object
org.tweetyproject.arg.adf.syntax.acc.AbstractAcceptanceCondition
- All Implemented Interfaces:
 AcceptanceCondition
- Direct Known Subclasses:
 ConjunctionAcceptanceCondition,DisjunctionAcceptanceCondition,EquivalenceAcceptanceCondition,ExclusiveDisjunctionAcceptanceCondition,ImplicationAcceptanceCondition,NegationAcceptanceCondition
- Author:
 - Mathias Hofer
 
- 
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
ConstructorsConstructorDescriptionAbstractAcceptanceCondition(Collection<? extends AcceptanceCondition> children) - 
Method Summary
Methods inherited from interface org.tweetyproject.arg.adf.syntax.acc.AcceptanceCondition
accept, arguments, contains 
- 
Constructor Details
- 
AbstractAcceptanceCondition
- Parameters:
 children- the children of this acceptance condition- Throws:
 NullPointerException- if children or one of its elements is null
 
 - 
 - 
Method Details
- 
getChildren
- Specified by:
 getChildrenin interfaceAcceptanceCondition- Returns:
 - an unmodifiable set of children
 
 - 
toString
 - 
hashCode
public int hashCode() - 
equals
 
 -