| Package | Description | 
|---|---|
| net.sf.tweety.arg.aba.semantics | |
| net.sf.tweety.arg.aspic.semantics | |
| net.sf.tweety.arg.dung | |
| net.sf.tweety.arg.dung.syntax | |
| net.sf.tweety.graphs | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
ABAAttack<T extends Formula>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AspicAttack<T extends Invertable>  | 
| Modifier and Type | Method and Description | 
|---|---|
Edge<Argument> | 
DungTheory.getEdge(Argument a,
       Argument b)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends Edge<? extends Argument>> | 
DungTheory.getEdges()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
DungTheory.add(Edge<Argument> edge)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Attack
This class models an attack between two arguments. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DirectedEdge<T extends Node>
Instances of this class represent directed edges. 
 | 
class  | 
UndirectedEdge<T extends Node>
Instances of this class represent undirected edges. 
 | 
class  | 
WeightedDirectedEdge<S extends Node,T extends java.lang.Number>  | 
| Modifier and Type | Field and Description | 
|---|---|
private java.util.Set<Edge<T>> | 
DefaultGraph.edges
The set of edges 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Edge<T> | 
Graph.getEdge(T a,
       T b)
Returns the corresponding edge (a,b) if a and b are adjacent. 
 | 
Edge<T> | 
DefaultGraph.getEdge(T a,
       T b)  | 
| Modifier and Type | Method and Description | 
|---|---|
java.util.Collection<? extends Edge<? extends T>> | 
Graph.getEdges()
Returns the edges of this graph. 
 | 
java.util.Collection<Edge<T>> | 
DefaultGraph.getEdges()  | 
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
Graph.add(Edge<T> edge)
Adds the given edge to this graph. 
 | 
boolean | 
DefaultGraph.add(Edge<T> edge)  |