Uses of Class
net.sf.tweety.graphs.Edge
-
-
Uses of Edge in net.sf.tweety.arg.aba.semantics
Subclasses of Edge in net.sf.tweety.arg.aba.semantics Modifier and Type Class Description classAbaAttack<T extends Formula>This class models an ABA attack. -
Uses of Edge in net.sf.tweety.arg.aspic.semantics
Subclasses of Edge in net.sf.tweety.arg.aspic.semantics Modifier and Type Class Description classAspicAttack<T extends Invertable> -
Uses of Edge in net.sf.tweety.arg.bipolar.syntax
Subclasses of Edge in net.sf.tweety.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 net.sf.tweety.arg.bipolar.syntax that return Edge Modifier and Type Method Description Edge<BArgument>AbstractBipolarFramework. getEdge(BArgument a, BArgument b)Methods in net.sf.tweety.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 net.sf.tweety.arg.bipolar.syntax with parameters of type Edge Modifier and Type Method Description booleanAbstractBipolarFramework. add(Edge<BArgument> edge) -
Uses of Edge in net.sf.tweety.arg.dung.syntax
Subclasses of Edge in net.sf.tweety.arg.dung.syntax Modifier and Type Class Description classAttackThis class models an attack between two arguments.Methods in net.sf.tweety.arg.dung.syntax that return Edge Modifier and Type Method Description Edge<Argument>DungTheory. getEdge(Argument a, Argument b)Methods in net.sf.tweety.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 net.sf.tweety.arg.dung.syntax with parameters of type Edge Modifier and Type Method Description booleanDungTheory. add(Edge<Argument> edge) -
Uses of Edge in net.sf.tweety.graphs
Subclasses of Edge in net.sf.tweety.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 net.sf.tweety.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. -
Uses of Edge in net.sf.tweety.logics.bpm.syntax
Subclasses of Edge in net.sf.tweety.logics.bpm.syntax Modifier and Type Class Description classAssociationclassBpmnEdgeclassMessageFlowclassSequenceFlowMethods in net.sf.tweety.logics.bpm.syntax that return Edge Modifier and Type Method Description Edge<BpmnNode>BpmnModel. getEdge(BpmnNode a, BpmnNode b)Methods in net.sf.tweety.logics.bpm.syntax that return types with arguments of type Edge Modifier and Type Method Description java.util.Collection<? extends Edge<? extends BpmnNode>>BpmnModel. getEdges()Methods in net.sf.tweety.logics.bpm.syntax with parameters of type Edge Modifier and Type Method Description booleanBpmnModel. add(Edge<BpmnNode> edge)
-