Uses of Class
org.tweetyproject.graphs.Edge
-
-
Uses of Edge in org.tweetyproject.arg.aba.semantics
Subclasses of Edge in org.tweetyproject.arg.aba.semantics Modifier and Type Class Description classAbaAttack<T extends Formula>This class models an ABA attack. -
Uses of Edge in org.tweetyproject.arg.aspic.semantics
Subclasses of Edge in org.tweetyproject.arg.aspic.semantics Modifier and Type Class Description classAspicAttack<T extends Invertable> -
Uses of Edge in org.tweetyproject.arg.bipolar.syntax
Subclasses of Edge in org.tweetyproject.arg.bipolar.syntax Modifier and Type Class Description classBinaryAttackThis class models a binary attack relation between two arguments.classBinarySupportThis class models a support between two arguments.classSetAttackThis class models an attack between a set of arguments and an argument.classSetSupportThis class models a support between a set of arguments and an argument.Methods in org.tweetyproject.arg.bipolar.syntax that return Edge Modifier and Type Method Description Edge<BArgument>AbstractBipolarFramework. getEdge(BArgument a, BArgument b)Methods in org.tweetyproject.arg.bipolar.syntax that return types with arguments of type Edge Modifier and Type Method Description java.util.Collection<? extends Edge<? extends BArgument>>AbstractBipolarFramework. getEdges()Methods in org.tweetyproject.arg.bipolar.syntax with parameters of type Edge Modifier and Type Method Description booleanAbstractBipolarFramework. add(Edge<BArgument> edge) -
Uses of Edge in org.tweetyproject.arg.dung.syntax
Subclasses of Edge in org.tweetyproject.arg.dung.syntax Modifier and Type Class Description classAttackThis class models an attack between two arguments.Methods in org.tweetyproject.arg.dung.syntax that return Edge Modifier and Type Method Description Edge<Argument>DungTheory. getEdge(Argument a, Argument b)Methods in org.tweetyproject.arg.dung.syntax that return types with arguments of type Edge Modifier and Type Method Description java.util.Collection<? extends Edge<? extends Argument>>DungTheory. getEdges()Methods in org.tweetyproject.arg.dung.syntax with parameters of type Edge Modifier and Type Method Description booleanDungTheory. add(Edge<Argument> edge) -
Uses of Edge in org.tweetyproject.graphs
Subclasses of Edge in org.tweetyproject.graphs Modifier and Type Class Description classDirectedEdge<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 java.lang.Number>Methods in org.tweetyproject.graphs that return Edge Modifier and Type Method Description Edge<T>DefaultGraph. getEdge(T a, T b)Edge<T>Graph. getEdge(T a, T b)Returns the corresponding edge (a,b) if a and b are adjacent.Methods in org.tweetyproject.graphs that return types with arguments of type Edge Modifier and Type Method Description java.util.Collection<Edge<T>>DefaultGraph. getEdges()java.util.Collection<? extends Edge<? extends T>>Graph. getEdges()Returns the edges of this graph.Methods in org.tweetyproject.graphs with parameters of type Edge Modifier and Type Method Description booleanDefaultGraph. add(Edge<T> edge)booleanGraph. add(Edge<T> edge)Adds the given edge to this graph.booleanSimpleGraph. remove(Edge<T> edge)remove the given edge from the graphMethod parameters in org.tweetyproject.graphs with type arguments of type Edge Modifier and Type Method Description booleanSimpleGraph. addAllEdges(java.util.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.syntax Modifier and Type Class Description classAssociationA class to represent Associations in a BPMN ModelclassBpmnEdgeA class to represent Edges in a BPMN ModelclassMessageFlowA class to represent edges of the message flow in a BPMN ModelclassSequenceFlowA class to represent edges of the sequence flow in a BPMN ModelMethods in org.tweetyproject.logics.bpm.syntax that return Edge Modifier and Type Method Description Edge<BpmnNode>BpmnModel. getEdge(BpmnNode a, BpmnNode b)Methods in org.tweetyproject.logics.bpm.syntax that return types with arguments of type Edge Modifier and Type Method Description java.util.Set<Edge<BpmnNode>>BpmnModel. getEdges()java.util.Map<java.lang.String,Edge<BpmnNode>>BpmnNode. getIncomingEdges()java.util.Map<java.lang.String,Edge<BpmnNode>>BpmnNode. getOutgoingEdges()Methods in org.tweetyproject.logics.bpm.syntax with parameters of type Edge Modifier and Type Method Description booleanBpmnModel. add(Edge<BpmnNode> edge)voidBpmnNode. putIncomingEdge(java.lang.String edgeId, Edge<BpmnNode> edge)Add a new incoming edgevoidBpmnNode. putOutgoingEdge(java.lang.String edgeId, Edge<BpmnNode> edge)Add a new outgoing edge
-