public class AbstractSequence<FamilyType extends StructuralFamily> extends Object implements Sequence<FamilyType>
| Constructor and Description |
|---|
AbstractSequence(List<FamilyType> sequence) |
| Modifier and Type | Method and Description |
|---|---|
List<FamilyType> |
getSequence() |
String |
toString() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetLength, getLetter, getSequenceAsStringpublic AbstractSequence(List<FamilyType> sequence)
public List<FamilyType> getSequence()
getSequence in interface Sequence<FamilyType extends StructuralFamily>Copyright © 2018. All rights reserved.