Package org.graphwalker.core.model
Class Path<E extends Element>
java.lang.Object
java.util.AbstractCollection<E>
java.util.ArrayDeque<E>
org.graphwalker.core.model.Path<E>
- All Implemented Interfaces:
Serializable,Cloneable,Iterable<E>,Collection<E>,Deque<E>,Queue<E>,SequencedCollection<E>
Path
The Path is a sequence vertices and edges. When a test is generated by GraphWalker, it will be a sequence of vertices and edges. The Path keeps track of the generated sequence.- Author:
- Nils Olsson
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.ArrayDeque
add, addAll, addFirst, addLast, clear, clone, contains, descendingIterator, element, forEach, getFirst, getLast, isEmpty, iterator, offer, offerFirst, offerLast, peek, peekFirst, peekLast, poll, pollFirst, pollLast, pop, push, remove, remove, removeAll, removeFirst, removeFirstOccurrence, removeIf, removeLast, removeLastOccurrence, retainAll, size, spliterator, toArray, toArrayMethods inherited from class java.util.AbstractCollection
containsAll, toStringMethods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
containsAll, equals, hashCode, parallelStream, stream, toArray
-
Constructor Details
-
Path
public Path() -
Path
-