Uses of Interface
org.tweetyproject.graphs.GeneralGraph
Package
Description
-
Uses of GeneralGraph in org.tweetyproject.agents.dialogues
Modifier and TypeClassDescriptionclass
This class packs a Dung theory into an executable object. -
Uses of GeneralGraph in org.tweetyproject.agents.dialogues.structured
Modifier and TypeClassDescriptionclass
This class packs a structured argumentation framework into a perceivable object. -
Uses of GeneralGraph in org.tweetyproject.arg.adf.syntax.adf
Modifier and TypeInterfaceDescriptioninterface
The implementing subtypes must ensure the following properties: Immutability All methods return a non-null value if its parameters, e.g. -
Uses of GeneralGraph in org.tweetyproject.arg.bipolar.syntax
Modifier 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
Modifier 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.causal.syntax
Modifier and TypeClassDescriptionclass
This class describes anabstract argumentation framework
that was induced by aCausalKnowledgeBase
Reference "Argumentation-based Causal and Counterfactual Reasoning" by Lars Bengel, Lydia Blümel, Tjitze Rienstra and Matthias Thimm, published at 1st International Workshop on Argumentation for eXplainable AI (ArgXAI, co-located with COMMA ’22), September 12, 2022 -
Uses of GeneralGraph in org.tweetyproject.arg.dung.serialisability.semantics
Modifier and TypeClassDescriptionclass
A Graph-based representation of theSerialisation Sequences
of someArgumentation Framework
wrt.Modifier and TypeMethodDescriptionSerialisationGraph.getRestriction
(Collection<SerialisationNode> nodes) -
Uses of GeneralGraph in org.tweetyproject.arg.dung.syntax
Modifier 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
implementation of incomplete argumentation frameworksclass
Minimalistic Implementation of a weighted argumentation theory used for learning argumentation theories from labelings -
Uses of GeneralGraph in org.tweetyproject.arg.prob.syntax
Modifier and TypeClassDescriptionclass
This class implements the probabilistic argumentation framework approach of [Li, Oren, Norman. -
Uses of GeneralGraph in org.tweetyproject.arg.saf.syntax
Modifier and TypeClassDescriptionclass
This class represents a structured argumentation framework, i.e. -
Uses of GeneralGraph in org.tweetyproject.arg.setaf.syntax
Modifier and TypeClassDescriptionclass
This class implements a SetAF in the sense of Nielson/Parson: -
Uses of GeneralGraph in org.tweetyproject.arg.social.syntax
Modifier and TypeClassDescriptionclass
This class implements a social abstract argumentation framework from [Joao Leite, Joao Martins. -
Uses of GeneralGraph in org.tweetyproject.arg.weighted.syntax
Modifier and TypeClassDescriptionclass
This class implements a weighted abstract argumentation theory (WAF) using a C-Semiring. -
Uses of GeneralGraph in org.tweetyproject.graphs
Modifier and TypeInterfaceDescriptioninterface
DirHyperGraph<T extends Node>
Interface for directed hypergraphinterface
Common interface for graphs with nodes of type TModifier 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-separationModifier and TypeMethodDescriptionGeneralGraph.getRestriction
(Collection<T> nodes) Returns a copy of this graph that contains only the specified nodes and all corresponding edges between them.Modifier 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
-
Uses of GeneralGraph in org.tweetyproject.logics.petri.syntax
-
Uses of GeneralGraph in org.tweetyproject.logics.petri.syntax.reachability_graph
Modifier and TypeClassDescriptionclass
A class to describe the graph of reachability between possible markings of a Petri net