Package pl.poznan.put.structure.formats
Class AbstractCombinedStrand
- java.lang.Object
-
- pl.poznan.put.structure.formats.AbstractCombinedStrand
-
- All Implemented Interfaces:
DotBracket
- Direct Known Subclasses:
CombinedStrand,CombinedStrandFromPdb
public abstract class AbstractCombinedStrand extends Object implements DotBracket
-
-
Constructor Summary
Constructors Constructor Description AbstractCombinedStrand()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description protected abstract List<Strand>inputStrands()List<Strand>strands()List<DotBracketSymbol>symbols()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface pl.poznan.put.structure.formats.DotBracket
combineStrands, containsMissing, findStrand, length, missingInternal, missingTerminal, originalIndex, pairs, pseudoknotOrder, sequence, sequence, structure, structure, toStringWithStrands
-
-
-
-
Method Detail
-
symbols
public List<DotBracketSymbol> symbols()
- Specified by:
symbolsin interfaceDotBracket- Returns:
- The list of dot-bracket symbols.
-
strands
public List<Strand> strands()
- Specified by:
strandsin interfaceDotBracket- Returns:
- The list of strands.
-
-