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 classA 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 TypeClassDescriptionclassAspicAttack<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 TypeClassDescriptionclassThis class models a binary attack relation between two arguments.classThis class models a support between two arguments.classThis class models an attack between a set of arguments and an argument.classThis class models a support between a set of arguments and an argument.classRepresents 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 TypeClassDescriptionclassThis class represents a specialization of theGraphPlotterused 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassDirectedEdge<T extends Node>Instances of this class represent directed edges.classUndirectedEdge<T extends Node>Instances of this class represent undirected edges.classWeightedDirectedEdge<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 TypeMethodDescriptionbooleanReturn whether the operation was successfulbooleanremove the given edge from the graphMethod parameters in org.tweetyproject.graphs with type arguments of type EdgeModifier and TypeMethodDescriptionbooleanSimpleGraph.addAllEdges(Collection<Edge<T>> c) add all edges to the graph -
Uses of Edge in org.tweetyproject.graphs.util
Subclasses of Edge in org.tweetyproject.graphs.util -
Uses of Edge in org.tweetyproject.logics.bpm.plotting
Subclasses with type arguments of type Edge in org.tweetyproject.logics.bpm.plottingModifier and TypeClassDescriptionclassThis 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 TypeClassDescriptionclassA class to represent Associations in a BPMN ModelclassA class to represent Edges in a BPMN ModelclassA class to represent edges of the message flow in a BPMN ModelclassA 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 TypeMethodDescriptionvoidBpmnNode.putIncomingEdge(String edgeId, Edge<BpmnNode> edge) Add a new incoming edgevoidBpmnNode.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 TypeMethodDescriptionvoidPetriNet.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