| Package | Description |
|---|---|
| net.sf.tweety.arg.dung | |
| net.sf.tweety.arg.dung.parser |
| Modifier and Type | Method and Description |
|---|---|
Set<Attack> |
DungTheory.getAttacks()
Returns all attacks of this theory.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DungTheory.add(Attack attack)
Adds the given attack to this dung theory.
|
boolean |
DungTheory.containsAttack(Attack att)
Checks whether this theory contains the given attack.
|
boolean |
DungTheory.remove(Attack attack)
Removes the given attack from this Dung theory.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
DungTheory.addAllAttacks(Collection<? extends Attack> c)
Adds the set of attacks to this Dung theory.
|
| Modifier and Type | Method and Description |
|---|---|
static Attack |
DungParser.SingleAttack() |
Copyright © 2018. All rights reserved.