Uses of Class
org.tweetyproject.graphs.DirectedEdge
Package
Description
-
Uses of DirectedEdge in org.tweetyproject.arg.aba.semantics
-
Uses of DirectedEdge in org.tweetyproject.arg.adf.semantics.link
Modifier and TypeClassDescriptionfinal class
A simple immutable representation of ADF links. -
Uses of DirectedEdge in org.tweetyproject.arg.aspic.semantics
Modifier and TypeClassDescriptionclass
AspicAttack<T extends Invertable>
Checks whether an argument defeats another argument -
Uses of DirectedEdge in org.tweetyproject.arg.bipolar.syntax
Modifier and TypeClassDescriptionclass
This class models a binary attack relation between two arguments.class
This class models a support between two arguments.class
This class models an attack between a set of arguments and an argument.class
This class models a support between a set of arguments and an argument.class
Represents a weighted support relationship between two argument sets. -
Uses of DirectedEdge in org.tweetyproject.arg.dung.syntax
-
Uses of DirectedEdge in org.tweetyproject.graphs
Modifier and TypeClassDescriptionclass
WeightedDirectedEdge<S extends Node,
T extends Number> The `WeightedDirectedEdge` class represents a directed edge between two nodes in a graph, with an associated weight. -
Uses of DirectedEdge in org.tweetyproject.logics.bpm.syntax
Modifier and TypeClassDescriptionclass
A class to represent edges of the message flow in a BPMN Modelclass
A class to represent edges of the sequence flow in a BPMN Model