Uses of Interface
org.tweetyproject.graphs.GeneralGraph
Packages that use GeneralGraph
Package
Description
-
Uses of GeneralGraph in org.tweetyproject.agents.dialogues
Classes in org.tweetyproject.agents.dialogues that implement GeneralGraphModifier and TypeClassDescriptionclass
This class packs a Dung theory into an executable object. -
Uses of GeneralGraph in org.tweetyproject.agents.dialogues.structured
Classes in org.tweetyproject.agents.dialogues.structured that implement GeneralGraphModifier and TypeClassDescriptionclass
This class packs a structured argumentation framework into a perceivable object. -
Uses of GeneralGraph in org.tweetyproject.arg.bipolar.syntax
Classes in org.tweetyproject.arg.bipolar.syntax that implement GeneralGraphModifier and TypeClassDescriptionclass
This class implements a bipolar abstract argumentation framework with attack and support relations.class
AbstractEAFTheory<S extends Support>
A base class for implementing PEAFTheory and EAFTheory.class
This class implements a bipolar abstract argumentation theory with support in a deductive sense.class
This class implements an abstract argumentation theory in the sense of Evidential Argumentation Frameworks (EAF).class
This class implements a bipolar abstract argumentation theory with support in an evidential sense.class
This class inherits PEAFTheory to store additional information regarding the arguments insertedclass
This class implements a bipolar abstract argumentation framework with necessities.class
This class implements an abstract argumentation theory in the sense of Probabilistic Evidential Argumentation Frameworks (PrEAF). -
Uses of GeneralGraph in org.tweetyproject.arg.deductive.semantics
Classes in org.tweetyproject.arg.deductive.semantics that implement GeneralGraphModifier and TypeClassDescriptionclass
Instances of this class represent argument trees in the sense of Definition 6.1 in
Philippe Besnard and Anthony Hunter.class
Instances of this class are compilations in the sense of Definition 8 in
Philippe Besnard and Anthony Hunter. -
Uses of GeneralGraph in org.tweetyproject.arg.dung.syntax
Classes in org.tweetyproject.arg.dung.syntax that implement GeneralGraphModifier and TypeClassDescriptionclass
implements claim based theory see: The Complexity Landscape of Claim-Augmented Argumentation Frameworks (Wolfgang Dvoˇr´ak Alexander Greßler Anna Rapberger StefanWoltran )class
This class implements an abstract argumentation theory in the sense of Dung.class
class
Minimalistic Implementation of a weighted argumentation theory used for learning argumentation theories from labelings -
Uses of GeneralGraph in org.tweetyproject.arg.prob.syntax
Classes in org.tweetyproject.arg.prob.syntax that implement GeneralGraphModifier and TypeClassDescriptionclass
This class implements the probabilistic argumentation framework approach of [Li, Oren, Norman. -
Uses of GeneralGraph in org.tweetyproject.arg.saf.syntax
Classes in org.tweetyproject.arg.saf.syntax that implement GeneralGraphModifier and TypeClassDescriptionclass
This class represents a structured argumentation framework, i.e. -
Uses of GeneralGraph in org.tweetyproject.arg.setaf.syntax
Classes in org.tweetyproject.arg.setaf.syntax that implement GeneralGraphModifier and TypeClassDescriptionclass
This class implements a SetAF in the sense of Nielson/Parson:
See
Nielsen, Soren Holbech and Parsons, Simon. -
Uses of GeneralGraph in org.tweetyproject.arg.social.syntax
Classes in org.tweetyproject.arg.social.syntax that implement GeneralGraphModifier and TypeClassDescriptionclass
This class implements a social abstract argumentation framework from [Joao Leite, Joao Martins. -
Uses of GeneralGraph in org.tweetyproject.graphs
Subinterfaces of GeneralGraph in org.tweetyproject.graphsModifier and TypeInterfaceDescriptioninterface
DirHyperGraph<T extends Node>
Interface for directed hypergraphinterface
Common interface for graphs with nodes of type TClasses in org.tweetyproject.graphs that implement GeneralGraphModifier and TypeClassDescriptionclass
DefaultGraph<T extends Node>
Instance of this class represent graphs with nodes of type Tclass
HyperGraph<T extends Node>
This class implements a simple directed hypergraphclass
SimpleGraph<T extends Node>
An extended version of the DefaultGraph which supports removing of nodes as well as some utility functions for d-separationMethods in org.tweetyproject.graphs that return GeneralGraphModifier and TypeMethodDescriptionGeneralGraph.getRestriction
(Collection<T> nodes) Returns copy of this graph consisting only of the given nodes and all corresponding edges.Methods in org.tweetyproject.graphs with parameters of type GeneralGraphModifier and TypeMethodDescriptionstatic <S extends Node>
Collection<Graph<S>>DefaultGraph.getSubgraphs
(GeneralGraph<S> g) Returns the set of sub graphs of the given graph. -
Uses of GeneralGraph in org.tweetyproject.logics.bpm.syntax
Classes in org.tweetyproject.logics.bpm.syntax that implement GeneralGraph -
Uses of GeneralGraph in org.tweetyproject.logics.petri.syntax
Classes in org.tweetyproject.logics.petri.syntax that implement GeneralGraph -
Uses of GeneralGraph in org.tweetyproject.logics.petri.syntax.reachability_graph
Classes in org.tweetyproject.logics.petri.syntax.reachability_graph that implement GeneralGraphModifier and TypeClassDescriptionclass
A class to describe the graph of reachability between possible markings of a Petri net