public interface Sequence<FamilyType extends StructuralFamily>
| Modifier and Type | Method and Description |
|---|---|
default int |
getLength() |
default FamilyType |
getLetter(int position) |
List<FamilyType> |
getSequence() |
default String |
getSequenceAsString() |
List<FamilyType> getSequence()
default int getLength()
default FamilyType getLetter(int position)
default String getSequenceAsString()
Copyright © 2018. All rights reserved.