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 SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionbooleangetNext(Extension<DungTheory> ext) compute the successor state for the given extensioninthashCode()
- 
Constructor Details- 
TransitionState- Parameters:
- theory- a dung theory
- extension- an extension
 
 
- 
- 
Method Details- 
getNextcompute 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
- 
hashCodepublic int hashCode()
 
-