Class SerialisationSequence
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.AbstractSequentialList<E>
java.util.LinkedList<Extension<DungTheory>>
org.tweetyproject.arg.dung.serialisibility.syntax.SerialisationSequence
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<Extension<DungTheory>>,Collection<Extension<DungTheory>>,Deque<Extension<DungTheory>>,List<Extension<DungTheory>>,Queue<Extension<DungTheory>>
This class represents a sequence of sets of arguments.
Each set of arguments is a part of the serialisable extensions of an abstract argumentation framework.
- Version:
- TweetyProject 1.23
- Author:
- Julian Sander
- See Also:
-
Constructor Summary
ConstructorsConstructorDescription*description missing*Creates a sequence, containing the specified element as the first element in the listSerialisationSequence(SerialisationSequence parentSequence) Creates a sequence, containing all arguments of the specified sequence, in the same order -
Method Summary
Modifier and TypeMethodDescriptionvoidadd(int index, Extension<DungTheory> element) booleanadd(Extension<DungTheory> element) Methods inherited from class java.util.LinkedList
addAll, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, get, getFirst, getLast, indexOf, lastIndexOf, listIterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, remove, removeFirst, removeFirstOccurrence, removeLast, removeLastOccurrence, set, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractSequentialList
iteratorMethods inherited from class java.util.AbstractList
equals, hashCode, listIterator, subListMethods inherited from class java.util.AbstractCollection
containsAll, isEmpty, removeAll, retainAll, toStringMethods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArrayMethods inherited from interface java.util.List
containsAll, equals, hashCode, isEmpty, iterator, listIterator, removeAll, replaceAll, retainAll, sort, subList
-
Constructor Details
-
SerialisationSequence
public SerialisationSequence()*description missing* -
SerialisationSequence
Creates a sequence, containing the specified element as the first element in the list- Parameters:
root- First element of the sequence
-
SerialisationSequence
Creates a sequence, containing all arguments of the specified sequence, in the same order- Parameters:
parentSequence- Sequence specifying part of the arguments on this sequence
-
-
Method Details
-
add
- Specified by:
addin interfaceCollection<Extension<DungTheory>>- Specified by:
addin interfaceDeque<Extension<DungTheory>>- Specified by:
addin interfaceList<Extension<DungTheory>>- Specified by:
addin interfaceQueue<Extension<DungTheory>>- Overrides:
addin classLinkedList<Extension<DungTheory>>
-
add
- Specified by:
addin interfaceList<Extension<DungTheory>>- Overrides:
addin classLinkedList<Extension<DungTheory>>
-
getCompleteExtension
- Returns:
- An extension containing all arguments of the sets of this sequence
-