Uses of Interface
pl.poznan.put.structure.formats.DotBracket
Packages that use DotBracket
-
Uses of DotBracket in pl.poznan.put.structure.formats
Subinterfaces of DotBracket in pl.poznan.put.structure.formatsModifier and TypeInterfaceDescriptioninterface
A dot-bracket structure with correspondence to a 3D structure.interface
A continuous segment of residues.Classes in pl.poznan.put.structure.formats that implement DotBracketModifier and TypeClassDescriptionclass
class
A dot-bracket encoded structure made from combining one or more strands.class
A dot-bracket encoded structure made from combining one or more strands.class
A default implementation of a dot-bracket.class
A default implementation of a dot-bracket structure which is mapped to data from 3D coordinates.class
A default implementation of a strand.final class
Immutable implementation ofCombinedStrand
.final class
Immutable implementation ofCombinedStrandFromPdb
.final class
Immutable implementation ofDefaultDotBracket
.final class
Immutable implementation ofDefaultDotBracketFromPdb
.final class
Immutable implementation ofDefaultStrand
.final class
Immutable implementation ofStrandView
.class
A strand which is defined as a fragment of a dot-bracket structure.Methods in pl.poznan.put.structure.formats that return DotBracketModifier and TypeMethodDescriptionConverts the secondary structure from BPSEQ to dot-bracket format.final DotBracket
Converts the secondary structure in BPSEQ format to dot-bracket.static DotBracket
DefaultDotBracket.copyWithoutIsolatedBasePairs
(DotBracket input) Creates a copy of existing instance, but removes isolated base pairs from it.static DotBracket
DefaultDotBracket.copyWithStrands
(DotBracket input, Ct ct) Creates a copy of existing instance and applies the information in CT format to divide strands accordingly.ImmutableStrandView.parent()
abstract DotBracket
StrandView.parent()
Methods in pl.poznan.put.structure.formats that return types with arguments of type DotBracketModifier and TypeMethodDescriptionAbstractCombinedStrand.combineStrands()
final List<DotBracket>
CombinedStrand.combineStrands()
final List<DotBracket>
DefaultDotBracket.combineStrands()
final List<DotBracket>
DefaultDotBracketFromPdb.combineStrands()
DotBracket.combineStrands()
Combines strands which share a base pair into a new dot-bracket instance and returns a list of those.ImmutableDefaultStrand.combineStrands()
Combines strands which share a base pair into a new dot-bracket instance and returns a list of those.ImmutableStrandView.combineStrands()
Combines strands which share a base pair into a new dot-bracket instance and returns a list of those.Methods in pl.poznan.put.structure.formats with parameters of type DotBracketModifier and TypeMethodDescriptionImmutableDefaultStrand.Builder.addCombineStrands
(DotBracket element) Adds one element tocombineStrands
list.ImmutableDefaultStrand.Builder.addCombineStrands
(DotBracket... elements) Adds elements tocombineStrands
list.ImmutableStrandView.Builder.addCombineStrands
(DotBracket element) Adds one element tocombineStrands
list.ImmutableStrandView.Builder.addCombineStrands
(DotBracket... elements) Adds elements tocombineStrands
list.static DotBracket
DefaultDotBracket.copyWithoutIsolatedBasePairs
(DotBracket input) Creates a copy of existing instance, but removes isolated base pairs from it.static DotBracket
DefaultDotBracket.copyWithStrands
(DotBracket input, Ct ct) Creates a copy of existing instance and applies the information in CT format to divide strands accordingly.ImmutableDefaultDotBracket.Builder.from
(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracket
instance.ImmutableDefaultDotBracketFromPdb.Builder.from
(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracket
instance.ImmutableDefaultStrand.Builder.from
(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracket
instance.ImmutableStrandView.Builder.from
(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracket
instance.static BpSeq
BpSeq.fromDotBracket
(DotBracket db) Converts RNA secondary structure in dot-bracket format to BPSEQ format.static Ct
Ct.fromDotBracket
(DotBracket dotBracket) Converts RNA secondary structure in dot-bracket format to CT format.static ImmutableStrandView
ImmutableStrandView.of
(String name, DotBracket parent, int begin, int end) Construct a new immutableStrandView
instance.ImmutableStrandView.Builder.parent
(DotBracket parent) Initializes the value for theparent
attribute.final ImmutableDefaultStrand
ImmutableDefaultStrand.withCombineStrands
(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.final ImmutableStrandView
ImmutableStrandView.withCombineStrands
(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.final ImmutableStrandView
ImmutableStrandView.withParent
(DotBracket value) Copy the current immutable object by setting a value for theparent
attribute.Method parameters in pl.poznan.put.structure.formats with type arguments of type DotBracketModifier and TypeMethodDescriptionImmutableDefaultStrand.Builder.addAllCombineStrands
(Iterable<? extends DotBracket> elements) Adds elements tocombineStrands
list.ImmutableStrandView.Builder.addAllCombineStrands
(Iterable<? extends DotBracket> elements) Adds elements tocombineStrands
list.ImmutableDefaultStrand.Builder.combineStrands
(Iterable<? extends DotBracket> elements) Sets or replaces all elements forcombineStrands
list.ImmutableStrandView.Builder.combineStrands
(Iterable<? extends DotBracket> elements) Sets or replaces all elements forcombineStrands
list.final ImmutableDefaultStrand
ImmutableDefaultStrand.withCombineStrands
(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.final ImmutableStrandView
ImmutableStrandView.withCombineStrands
(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands
.