Uses of Class
org.tweetyproject.graphs.Edge
Packages that use Edge
Package
Description
-
Uses of Edge in org.tweetyproject.arg.aba.semantics
Subclasses of Edge in org.tweetyproject.arg.aba.semantics -
Uses of Edge in org.tweetyproject.arg.adf.semantics.link
Subclasses of Edge in org.tweetyproject.arg.adf.semantics.linkModifier and TypeClassDescriptionfinal class
A simple immutable representation of ADF links. -
Uses of Edge in org.tweetyproject.arg.aspic.semantics
Subclasses of Edge in org.tweetyproject.arg.aspic.semanticsModifier and TypeClassDescriptionclass
AspicAttack<T extends Invertable>
Checks whether an argument defeats another argument -
Uses of Edge in org.tweetyproject.arg.bipolar.syntax
Subclasses of Edge 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 that return EdgeModifier and TypeMethodDescriptionMethods in org.tweetyproject.arg.bipolar.syntax that return types with arguments of type EdgeModifier and TypeMethodDescriptionCollection
<? extends Edge<? extends BArgument>> AbstractBipolarFramework.getEdges()
-
Uses of Edge in org.tweetyproject.arg.dung.serialisability.util
Subclasses with type arguments of type Edge in org.tweetyproject.arg.dung.serialisability.utilModifier and TypeClassDescriptionclass
This class represents a specialization of theGraphPlotter
used to visualize the serialisation process of extensions, as realised inSerialisedExtensionReasoner
. -
Uses of Edge in org.tweetyproject.arg.dung.syntax
Subclasses of Edge in org.tweetyproject.arg.dung.syntaxMethods in org.tweetyproject.arg.dung.syntax that return EdgeMethods in org.tweetyproject.arg.dung.syntax that return types with arguments of type EdgeModifier and TypeMethodDescriptionCollection
<? extends Edge<? extends Argument>> DungTheory.getEdges()
-
Uses of Edge in org.tweetyproject.arg.dung.util
Subclasses with type arguments of type Edge in org.tweetyproject.arg.dung.utilModifier and TypeClassDescriptionclass
This class represents a specialization of graph plotters used to visualize argumentation frameworks, also called @see org.tweetyproject.arg.dung.syntax.DungTheory. -
Uses of Edge in org.tweetyproject.graphs
Subclasses of Edge in org.tweetyproject.graphsModifier and TypeClassDescriptionclass
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 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 EdgeModifier and TypeMethodDescriptionMethods in org.tweetyproject.graphs that return types with arguments of type EdgeMethods in org.tweetyproject.graphs with parameters of type EdgeModifier and TypeMethodDescriptionboolean
Return whether the operation was successfulboolean
remove the given edge from the graphMethod parameters in org.tweetyproject.graphs with type arguments of type EdgeModifier and TypeMethodDescriptionboolean
SimpleGraph.addAllEdges
(Collection<Edge<T>> c) add all edges to the graph -
Uses of Edge in org.tweetyproject.logics.bpm.plotting
Subclasses with type arguments of type Edge in org.tweetyproject.logics.bpm.plottingModifier and TypeClassDescriptionclass
This class is for displaying instances of the BpmnModel class graphically -
Uses of Edge in org.tweetyproject.logics.bpm.syntax
Subclasses of Edge 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 that return EdgeMethods in org.tweetyproject.logics.bpm.syntax that return types with arguments of type EdgeModifier and TypeMethodDescriptionBpmnModel.getEdges()
BpmnNode.getIncomingEdges()
Return all directed edges that lead to this nodeBpmnNode.getOutgoingEdges()
Return all directed edges leading away from this nodeMethods in org.tweetyproject.logics.bpm.syntax with parameters of type EdgeModifier and TypeMethodDescriptionvoid
BpmnNode.putIncomingEdge
(String edgeId, Edge<BpmnNode> edge) Add a new incoming edgevoid
BpmnNode.putOutgoingEdge
(String edgeId, Edge<BpmnNode> edge) Add a new outgoing edge -
Uses of Edge in org.tweetyproject.logics.petri.syntax
Subclasses of Edge in org.tweetyproject.logics.petri.syntaxMethods in org.tweetyproject.logics.petri.syntax that return EdgeMethods in org.tweetyproject.logics.petri.syntax that return types with arguments of type EdgeMethods in org.tweetyproject.logics.petri.syntax with parameters of type EdgeMethod parameters in org.tweetyproject.logics.petri.syntax with type arguments of type EdgeModifier and TypeMethodDescriptionvoid
PetriNet.setEdges
(Set<Edge<PetriNetNode>> edges) Setter Edges -
Uses of Edge in org.tweetyproject.logics.petri.syntax.reachability_graph
Subclasses of Edge in org.tweetyproject.logics.petri.syntax.reachability_graphMethods in org.tweetyproject.logics.petri.syntax.reachability_graph that return Edge