Class TransitionState
java.lang.Object
org.tweetyproject.arg.dung.serialisibility.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 TypeMethodDescriptionboolean
getNext
(Extension<DungTheory> ext) compute the successor state for the given extensionint
hashCode()
-
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
-
equals
-
hashCode
public int hashCode()
-