Sequence Constructor |
Name | Description | |
---|---|---|
Sequence(ISequence) |
Initializes a new instance of the Sequence class with passed new Sequence. Creates a copy of the sequence.
| |
Sequence(IAlphabet, Byte) |
Initializes a new instance of the Sequence class with specified alphabet and bytes.
Bytes representing Symbols in the values are validated with the specified alphabet.
| |
Sequence(IAlphabet, String) |
Initializes a new instance of the Sequence class with specified alphabet and string sequence.
Symbols in the sequence are validated with the specified alphabet.
| |
Sequence(IAlphabet, Byte, Boolean) |
Initializes a new instance of the Sequence class with specified alphabet and bytes.
| |
Sequence(IAlphabet, String, Boolean) |
Initializes a new instance of the Sequence class with specified alphabet and string sequence.
|