Uses of Class
net.sf.tweety.graphs.Edge
-
Packages that use Edge Package Description net.sf.tweety.arg.aba.semantics net.sf.tweety.arg.aspic.semantics net.sf.tweety.arg.bipolar.syntax net.sf.tweety.arg.dung.syntax net.sf.tweety.graphs -
-
Uses of Edge in net.sf.tweety.arg.aba.semantics
Subclasses of Edge in net.sf.tweety.arg.aba.semantics Modifier and Type Class Description classAbaAttack<T extends Formula>This class models an ABA attack. -
Uses of Edge in net.sf.tweety.arg.aspic.semantics
Subclasses of Edge in net.sf.tweety.arg.aspic.semantics Modifier and Type Class Description classAspicAttack<T extends Invertable> -
Uses of Edge in net.sf.tweety.arg.bipolar.syntax
Subclasses of Edge in net.sf.tweety.arg.bipolar.syntax Modifier and Type Class Description classSupportThis class models a support between two arguments. -
Uses of Edge in net.sf.tweety.arg.dung.syntax
Subclasses of Edge in net.sf.tweety.arg.dung.syntax Modifier and Type Class Description classAttackThis class models an attack between two arguments.Methods in net.sf.tweety.arg.dung.syntax that return Edge Modifier and Type Method Description Edge<Argument>DungTheory. getEdge(Argument a, Argument b)Methods in net.sf.tweety.arg.dung.syntax that return types with arguments of type Edge Modifier and Type Method Description java.util.Collection<? extends Edge<? extends Argument>>DungTheory. getEdges()Methods in net.sf.tweety.arg.dung.syntax with parameters of type Edge Modifier and Type Method Description booleanDungTheory. add(Edge<Argument> edge) -
Uses of Edge in net.sf.tweety.graphs
Subclasses of Edge in net.sf.tweety.graphs Modifier and Type Class Description classDirectedEdge<T extends Node>Instances of this class represent directed edges.classUndirectedEdge<T extends Node>Instances of this class represent undirected edges.classWeightedDirectedEdge<S extends Node,T extends java.lang.Number>Fields in net.sf.tweety.graphs with type parameters of type Edge Modifier and Type Field Description private java.util.Set<Edge<T>>DefaultGraph. edgesThe set of edgesMethods in net.sf.tweety.graphs that return Edge Modifier and Type Method Description Edge<T>DefaultGraph. getEdge(T a, T b)Edge<T>Graph. getEdge(T a, T b)Returns the corresponding edge (a,b) if a and b are adjacent.
-