Uses of Class
org.tweetyproject.graphs.GeneralEdge
Package
Description
-
Uses of GeneralEdge in org.tweetyproject.arg.aba.semantics
-
Uses of GeneralEdge in org.tweetyproject.arg.aspic.semantics
Modifier and TypeClassDescriptionclass
AspicAttack<T extends Invertable>
Checks whether an argument defeats another argument -
Uses of GeneralEdge 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
Modifier and TypeMethodDescriptionboolean
AbstractBipolarFramework.add
(GeneralEdge<BArgument> edge) -
Uses of GeneralEdge in org.tweetyproject.arg.dung.syntax
-
Uses of GeneralEdge in org.tweetyproject.arg.setaf.syntax
Modifier and TypeClassDescriptionclass
This class models an attack between two arguments. -
Uses of GeneralEdge in org.tweetyproject.graphs
Modifier and TypeClassDescriptionclass
DirectedEdge<T extends Node>
Instances of this class represent directed edges.class
Instances of this class represent abstract edges.class
HyperDirEdge<T extends Node>
Instances of this class represent abstract edges.class
UndirectedEdge<T extends Node>
Instances of this class represent undirected edges.class
WeightedDirectedEdge<S extends Node,
T extends Number> Modifier and TypeMethodDescriptionReturns the corresponding edge (a,b) if a and b are adjacent.Returns the corresponding edge (a,b) if a and b are adjacent.Modifier and TypeMethodDescriptionCollection<? extends GeneralEdge<? extends T>>
DirHyperGraph.getEdges()
Returns the edges of this DirHyperGraph.Collection<? extends GeneralEdge<? extends T>>
GeneralGraph.getEdges()
Returns the edges of this graph.Collection<? extends GeneralEdge<? extends T>>
Graph.getEdges()
Returns the edges of this graph.Modifier and TypeMethodDescriptionboolean
DefaultGraph.add
(GeneralEdge<T> edge) boolean
DirHyperGraph.add
(GeneralEdge<T> edge) Adds the given edge to this DirHyperGraph.boolean
Graph.add
(GeneralEdge<T> edge) Adds the given edge to this graph.boolean
HyperGraph.add
(GeneralEdge<T> edge) -
Uses of GeneralEdge in org.tweetyproject.graphs.util
Modifier and TypeClassDescriptionclass
GraphPlotter<T extends Node,
S extends GeneralEdge<T>> A generic class for plotting graphs -
Uses of GeneralEdge in org.tweetyproject.logics.bpm.syntax
Modifier and TypeClassDescriptionclass
A class to represent Associations in a BPMN Modelclass
A class to represent Edges in a BPMN Modelclass
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 -
Uses of GeneralEdge in org.tweetyproject.logics.petri.syntax
-
Uses of GeneralEdge in org.tweetyproject.logics.petri.syntax.reachability_graph