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.aspic.semantics
Subclasses of GeneralEdge in org.tweetyproject.arg.aspic.semantics -
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.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.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> 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 graphs -
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