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
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface pl.poznan.put.structure.formats.DotBracket
containsMissing, findStrand, isIsolated, isolatedSymbols, length, missingInternal, missingTerminal, originalIndex, pairs, pseudoknotOrder, sequence, sequence, structure, structure, toStringWithStrands
-
Constructor Details
-
AbstractCombinedStrand
public AbstractCombinedStrand()
-
-
Method Details
-
inputStrands
-
combineStrands
Description copied from interface:DotBracketCombines strands which share a base pair into a new dot-bracket instance and returns a list of those.- Specified by:
combineStrandsin interfaceDotBracket- Returns:
- The list of dot-bracket instances, each containing strands which only pair with each other.
-
symbols
- Specified by:
symbolsin interfaceDotBracket- Returns:
- The list of dot-bracket symbols.
-
strands
- Specified by:
strandsin interfaceDotBracket- Returns:
- The list of strands.
-