Uses of Class
net.sf.tweety.graphs.Edge
-
-
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 class
AbaAttack<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 class
AspicAttack<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 class
BinaryAttack
This class models a binary attack relation between two arguments.class
BinarySupport
This class models a support between two arguments.class
SetAttack
This class models an attack between a set of arguments and an argument.class
SetSupport
This class models a support between a set of arguments and an argument.Methods in net.sf.tweety.arg.bipolar.syntax that return Edge Modifier and Type Method Description Edge<BArgument>
AbstractBipolarFramework. getEdge(BArgument a, BArgument b)
Methods in net.sf.tweety.arg.bipolar.syntax that return types with arguments of type Edge Modifier and Type Method Description java.util.Collection<? extends Edge<? extends BArgument>>
AbstractBipolarFramework. getEdges()
Methods in net.sf.tweety.arg.bipolar.syntax with parameters of type Edge Modifier and Type Method Description boolean
AbstractBipolarFramework. add(Edge<BArgument> edge)
-
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 class
Attack
This 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 boolean
DungTheory. 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 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>
Methods 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. -
Uses of Edge in net.sf.tweety.logics.bpm.syntax
Subclasses of Edge in net.sf.tweety.logics.bpm.syntax Modifier and Type Class Description class
Association
class
BpmnEdge
class
MessageFlow
class
SequenceFlow
Methods in net.sf.tweety.logics.bpm.syntax that return Edge Modifier and Type Method Description Edge<BpmnNode>
BpmnModel. getEdge(BpmnNode a, BpmnNode b)
Methods in net.sf.tweety.logics.bpm.syntax that return types with arguments of type Edge Modifier and Type Method Description java.util.Collection<? extends Edge<? extends BpmnNode>>
BpmnModel. getEdges()
Methods in net.sf.tweety.logics.bpm.syntax with parameters of type Edge Modifier and Type Method Description boolean
BpmnModel. add(Edge<BpmnNode> edge)
-