Uses of Class
org.tweetyproject.graphs.GeneralEdge
Packages that use GeneralEdge
Package
Description
-
Uses of GeneralEdge in org.tweetyproject.arg.aba.semantics
Subclasses of GeneralEdge in org.tweetyproject.arg.aba.semantics -
Uses of GeneralEdge in org.tweetyproject.arg.adf.semantics.link
Subclasses of GeneralEdge in org.tweetyproject.arg.adf.semantics.linkModifier and TypeClassDescriptionfinal class
A simple immutable representation of ADF links. -
Uses of GeneralEdge in org.tweetyproject.arg.aspic.semantics
Subclasses of GeneralEdge in org.tweetyproject.arg.aspic.semanticsModifier and TypeClassDescriptionclass
AspicAttack<T extends Invertable>
Checks whether an argument defeats another argument -
Uses of GeneralEdge in org.tweetyproject.arg.bipolar.syntax
Subclasses of GeneralEdge in org.tweetyproject.arg.bipolar.syntaxModifier 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.Methods in org.tweetyproject.arg.bipolar.syntax with parameters of type GeneralEdgeModifier and TypeMethodDescriptionboolean
AbstractBipolarFramework.add
(GeneralEdge<BArgument> edge) -
Uses of GeneralEdge in org.tweetyproject.arg.dung.serialisability.semantics
Methods in org.tweetyproject.arg.dung.serialisability.semantics that return GeneralEdgeModifier and TypeMethodDescriptionSerialisationGraph.getEdge
(SerialisationNode a, SerialisationNode b) Methods in org.tweetyproject.arg.dung.serialisability.semantics that return types with arguments of type GeneralEdgeModifier and TypeMethodDescriptionCollection
<? extends GeneralEdge<? extends SerialisationNode>> SerialisationGraph.getEdges()
Methods in org.tweetyproject.arg.dung.serialisability.semantics with parameters of type GeneralEdgeModifier and TypeMethodDescriptionboolean
SerialisationGraph.add
(GeneralEdge<SerialisationNode> edge) -
Uses of GeneralEdge in org.tweetyproject.arg.dung.syntax
Subclasses of GeneralEdge in org.tweetyproject.arg.dung.syntaxMethods in org.tweetyproject.arg.dung.syntax with parameters of type GeneralEdge -
Uses of GeneralEdge in org.tweetyproject.arg.setaf.syntax
Subclasses of GeneralEdge in org.tweetyproject.arg.setaf.syntaxModifier and TypeClassDescriptionclass
This class models an attack between two arguments.Methods in org.tweetyproject.arg.setaf.syntax with parameters of type GeneralEdge -
Uses of GeneralEdge in org.tweetyproject.graphs
Subclasses of GeneralEdge in org.tweetyproject.graphsModifier 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> The `WeightedDirectedEdge` class represents a directed edge between two nodes in a graph, with an associated weight.Methods in org.tweetyproject.graphs that return GeneralEdgeModifier 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.Methods in org.tweetyproject.graphs that return types with arguments of type GeneralEdgeModifier 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.Methods in org.tweetyproject.graphs with parameters of type GeneralEdgeModifier 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
Classes in org.tweetyproject.graphs.util with type parameters of type GeneralEdgeModifier 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
Subclasses of GeneralEdge in org.tweetyproject.logics.bpm.syntaxModifier 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 ModelMethods in org.tweetyproject.logics.bpm.syntax with parameters of type GeneralEdge -
Uses of GeneralEdge in org.tweetyproject.logics.petri.syntax
Subclasses of GeneralEdge in org.tweetyproject.logics.petri.syntaxMethods in org.tweetyproject.logics.petri.syntax with parameters of type GeneralEdge -
Uses of GeneralEdge in org.tweetyproject.logics.petri.syntax.reachability_graph
Subclasses of GeneralEdge in org.tweetyproject.logics.petri.syntax.reachability_graphMethods in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type GeneralEdge