Interface ArgumentationFramework<Arg>
- All Superinterfaces:
BeliefBase
- All Known Implementing Classes:
ClaimBasedTheory,DungTheory,ExecutableDungTheory,IncompleteTheory,PerceivableStructuredArgumentationFramework,ProbabilisticArgumentationFramework,SetAf,SocialAbstractArgumentationFramework,StructuredArgumentationFramework,WeightedDungTheory
- Author:
- Sebastian Franke
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsAll(Collection<?> c) getNodes()booleanisAttacked(Arg a, Extension<? extends ArgumentationFramework> ext) Methods inherited from interface org.tweetyproject.commons.BeliefBase
getMinimalSignature, toString
-
Method Details
-
containsAll
- Parameters:
c- parameter- Returns:
- containsAll
-
isAttacked
- Parameters:
a- parameterext- parameter- Returns:
- isAttacked
-
getNodes
Collection<Arg> getNodes()- Returns:
- returns all the nodes
-