Interface ISequencePattern<E>

Type Parameters:
E - is the type of the elements of the sequences a ISequencePattern selects.
All Known Implementing Classes:
SequencePattern

public interface ISequencePattern<E>
A ISequencePattern is a pattern for sequences. -The sequences of a ISequencePattern must have a defined length. -The elements of the sequences of a ISequencePattern must fulfill the element conditions of the ISequencePattern. -The sequences of a ISequencePattern must fulfill all sequence conditions of the ISequencePattern.
Author:
Silvan Wyss