Interface ArgumentationFramework<Arg>
- Type Parameters:
Arg
- *description missing*
- All Superinterfaces:
BeliefBase
- All Known Implementing Classes:
ClaimBasedTheory
,DungTheory
,ExecutableDungTheory
,IncompleteTheory
,InducedTheory
,PerceivableStructuredArgumentationFramework
,ProbabilisticArgumentationFramework
,SetAf
,SocialAbstractArgumentationFramework
,StructuredArgumentationFramework
,WeightedDungTheory
*description missing*
- Author:
- Sebastian Franke
-
Method Summary
Modifier and TypeMethodDescriptionboolean
containsAll
(Collection<?> c) getNodes()
boolean
isAttacked
(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
-