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 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.classMethods 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.serialisibility.syntax
Method parameters in org.tweetyproject.arg.dung.serialisibility.syntax with type arguments of type EdgeModifier and TypeMethodDescriptionbooleanSerialisationGraph.addAllEdges(HashSet<Edge<Extension<DungTheory>>> edges) Method to add all specified edges to the graph -
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 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> 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 TypeMethodDescriptionbooleanbooleanremove 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.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()BpmnNode.getOutgoingEdges()Methods 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 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