Class DialogueTrace<S,T extends Collection<S>>

java.lang.Object
java.util.AbstractCollection<T>
java.util.AbstractList<T>
java.util.AbstractSequentialList<T>
java.util.LinkedList<T>
org.tweetyproject.agents.dialogues.DialogueTrace<S,T>
Type Parameters:
S - The type of elements in a move
T - The type of moves in this dialgoue trace
All Implemented Interfaces:
Serializable, Cloneable, Iterable<T>, Collection<T>, Deque<T>, List<T>, Queue<T>, SequencedCollection<T>

public class DialogueTrace<S,T extends Collection<S>> extends LinkedList<T>
Objects of this class represent traces of dialogue in an argumentation game, ie. sequences of moves (e.g. sets of arguments or sets of formulas).
Author:
Tjitze Rienstra, Matthias Thimm
See Also: