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.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
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.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.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> 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
boolean
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.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()
BpmnNode.getOutgoingEdges()
Methods 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 Edge -
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