Uses of Class
org.tweetyproject.graphs.Edge
Package
Description
-
Uses of Edge in org.tweetyproject.arg.aba.semantics
-
Uses of Edge in org.tweetyproject.arg.adf.semantics.link
Modifier and TypeClassDescriptionfinal class
A simple immutable representation of ADF links. -
Uses of Edge in org.tweetyproject.arg.aspic.semantics
Modifier and TypeClassDescriptionclass
AspicAttack<T extends Invertable>
Checks whether an argument defeats another argument -
Uses of Edge 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.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionCollection
<? extends Edge<? extends BArgument>> AbstractBipolarFramework.getEdges()
-
Uses of Edge in org.tweetyproject.arg.dung.syntax
Modifier and TypeMethodDescriptionCollection
<? extends Edge<? extends Argument>> DungTheory.getEdges()
-
Uses of Edge in org.tweetyproject.graphs
Modifier 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.Modifier and TypeMethodDescriptionModifier and TypeMethodDescriptionboolean
Return whether the operation was successfulboolean
remove the given edge from the graphModifier and TypeMethodDescriptionboolean
SimpleGraph.addAllEdges
(Collection<Edge<T>> c) add all edges to the graph -
Uses of Edge 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 ModelModifier and TypeMethodDescriptionBpmnModel.getEdges()
BpmnNode.getIncomingEdges()
Return all directed edges that lead to this nodeBpmnNode.getOutgoingEdges()
Return all directed edges leading away from this nodeModifier 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
Modifier and TypeMethodDescriptionvoid
PetriNet.setEdges
(Set<Edge<PetriNetNode>> edges) Setter Edges -
Uses of Edge in org.tweetyproject.logics.petri.syntax.reachability_graph