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, wait
Methods 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:DotBracket
Combines strands which share a base pair into a new dot-bracket instance and returns a list of those.- Specified by:
combineStrands
in interfaceDotBracket
- Returns:
- The list of dot-bracket instances, each containing strands which only pair with each other.
-
symbols
- Specified by:
symbols
in interfaceDotBracket
- Returns:
- The list of dot-bracket symbols.
-
strands
- Specified by:
strands
in interfaceDotBracket
- Returns:
- The list of strands.
-