Uses of Class
org.tweetyproject.graphs.DirectedEdge
Packages that use DirectedEdge
Package
Description
-
Uses of DirectedEdge in org.tweetyproject.arg.aba.semantics
Subclasses of DirectedEdge in org.tweetyproject.arg.aba.semantics -
Uses of DirectedEdge in org.tweetyproject.arg.adf.semantics.link
Subclasses of DirectedEdge in org.tweetyproject.arg.adf.semantics.linkModifier and TypeClassDescriptionfinal classA simple immutable representation of ADF links. -
Uses of DirectedEdge in org.tweetyproject.arg.aspic.semantics
Subclasses of DirectedEdge in org.tweetyproject.arg.aspic.semanticsModifier and TypeClassDescriptionclassAspicAttack<T extends Invertable>Checks whether an argument defeats another argument -
Uses of DirectedEdge in org.tweetyproject.arg.bipolar.syntax
Subclasses of DirectedEdge in org.tweetyproject.arg.bipolar.syntaxModifier and TypeClassDescriptionclassThis class models a binary attack relation between two arguments.classThis class models a support between two arguments.classThis class models an attack between a set of arguments and an argument.classThis class models a support between a set of arguments and an argument.classRepresents a weighted support relationship between two argument sets. -
Uses of DirectedEdge in org.tweetyproject.arg.dung.syntax
Subclasses of DirectedEdge in org.tweetyproject.arg.dung.syntax -
Uses of DirectedEdge in org.tweetyproject.graphs
Subclasses of DirectedEdge in org.tweetyproject.graphsModifier and TypeClassDescriptionclassWeightedDirectedEdge<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
Subclasses of DirectedEdge in org.tweetyproject.logics.bpm.syntaxModifier and TypeClassDescriptionclassA class to represent edges of the message flow in a BPMN ModelclassA class to represent edges of the sequence flow in a BPMN Model