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 classA 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 TypeClassDescriptionclassAspicAttack<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 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 with parameters of type GeneralEdgeModifier and TypeMethodDescriptionbooleanAbstractBipolarFramework.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(SerialisationState a, SerialisationState b) Methods in org.tweetyproject.arg.dung.serialisability.semantics that return types with arguments of type GeneralEdgeModifier and TypeMethodDescriptionCollection<? extends GeneralEdge<? extends SerialisationState>> SerialisationGraph.getEdges()Methods in org.tweetyproject.arg.dung.serialisability.semantics with parameters of type GeneralEdgeModifier and TypeMethodDescriptionbooleanSerialisationGraph.add(GeneralEdge<SerialisationState> 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 TypeClassDescriptionclassThis 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 TypeClassDescriptionclassDirectedEdge<T extends Node>Instances of this class represent directed edges.classInstances of this class represent abstract edges.classHyperDirEdge<T extends Node>Instances of this class represent abstract 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 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 TypeMethodDescriptionbooleanDefaultGraph.add(GeneralEdge<T> edge) booleanDirHyperGraph.add(GeneralEdge<T> edge) Adds the given edge to this DirHyperGraph.booleanGraph.add(GeneralEdge<T> edge) Adds the given edge to this graph.booleanHyperGraph.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 TypeClassDescriptionclassGraphPlotter<T extends Node, S extends GeneralEdge<T>>A generic class for plotting graphsSubclasses of GeneralEdge in org.tweetyproject.graphs.utilMethods in org.tweetyproject.graphs.util with parameters of type GeneralEdgeModifier and TypeMethodDescriptionAigGraphPlotter.getColor(GeneralEdge<? extends N> link) Returns the color associated with the specified edge in the graph.booleanAigGraphPlotter.isDeletable(GeneralEdge<? extends N> link) Determines whether the specified edge can be deleted from the graph.booleanAigGraphPlotter.isLabelEditable(GeneralEdge<? extends N> link) Determines whether the label of the specified edge is editable.voidAigGraphPlotter.setColor(GeneralEdge<? extends N> link, String color) Sets the color of the specified edge in the graph.voidAigGraphPlotter.setDeletable(GeneralEdge<? extends N> link, boolean linkDeletable) Sets whether the specified link (edge) in the graph is deletable.voidAigGraphPlotter.setLabelEditable(GeneralEdge<? extends N> link, boolean labelEditable) Sets whether the label of the specified edge is editable. -
Uses of GeneralEdge in org.tweetyproject.logics.bpm.syntax
Subclasses of GeneralEdge 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 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