Klasse SequencePattern<E>

java.lang.Object
ch.nolix.core.container.sequencesearch.SequencePattern<E>
Typparameter:
E - is the type of the elements of the sequences of a SequencePattern.
Alle implementierten Schnittstellen:
ISequencePattern<E>

public final class SequencePattern<E> extends Object implements ISequencePattern<E>
A SequencePattern is a pattern for sequences. -The sequences of a SequencePattern must have a defined length. -The elements of the sequences of a SequencePattern must fulfill the according element conditions of the SequencePattern. -The sequences of a SequencePattern must fulfill the sequence conditions of the SequencePattern.
Version:
2016-10-01
Autor:
Silvan Wyss