Class TransitionState
java.lang.Object
org.tweetyproject.arg.dung.syntax.TransitionState
A state of the transition system for serialised semantics
It consists of an argumentation framework and a set of arguments
- Author:
- Lars Bengel
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetNext
(Extension<DungTheory> ext) compute the successor state for the given extension
-
Constructor Details
-
TransitionState
- Parameters:
theory
- a dung theoryextension
- an extension
-
-
Method Details
-
getNext
compute the successor state for the given extension- Parameters:
ext
- a set of arguments that has been selected by a selection function- Returns:
- the successor state
-
getTheory
- Returns:
- the theory
-
getExtension
- Returns:
- the extension
-