The NeedlemanWunsch type exposes the following members.
Fields
| Name | Description | |
|---|---|---|
| alignment | 
            The result of a successfull alignment as a simple string.
              | |
| costMatrix | 
            A matrix with the size length(sequence1) times length(sequence2).
              | |
| pairalign | 
            The result of a successfull alignment.
              | |
| subMatrix | 
            A matrix with the size length(alphabet) times length(alphabet)
              |