Uses of Interface
pl.poznan.put.structure.formats.DotBracket
Packages that use DotBracket
- 
Uses of DotBracket in pl.poznan.put.structure.formatsSubinterfaces of DotBracket in pl.poznan.put.structure.formatsModifier and TypeInterfaceDescriptioninterfaceA dot-bracket structure with correspondence to a 3D structure.interfaceA continuous segment of residues.Classes in pl.poznan.put.structure.formats that implement DotBracketModifier and TypeClassDescriptionclassclassA dot-bracket encoded structure made from combining one or more strands.classA dot-bracket encoded structure made from combining one or more strands.classA default implementation of a dot-bracket.classA default implementation of a dot-bracket structure which is mapped to data from 3D coordinates.classA default implementation of a strand.final classImmutable implementation ofCombinedStrand.final classImmutable implementation ofCombinedStrandFromPdb.final classImmutable implementation ofDefaultDotBracket.final classImmutable implementation ofDefaultDotBracketFromPdb.final classImmutable implementation ofDefaultStrand.final classImmutable implementation ofStrandView.classA 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 DotBracketConverts the secondary structure in BPSEQ format to dot-bracket.static DotBracketDefaultDotBracket.copyWithoutIsolatedBasePairs(DotBracket input) Creates a copy of existing instance, but removes isolated base pairs from it.static DotBracketDefaultDotBracket.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 DotBracketStrandView.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 tocombineStrandslist.ImmutableDefaultStrand.Builder.addCombineStrands(DotBracket... elements) Adds elements tocombineStrandslist.ImmutableStrandView.Builder.addCombineStrands(DotBracket element) Adds one element tocombineStrandslist.ImmutableStrandView.Builder.addCombineStrands(DotBracket... elements) Adds elements tocombineStrandslist.static DotBracketDefaultDotBracket.copyWithoutIsolatedBasePairs(DotBracket input) Creates a copy of existing instance, but removes isolated base pairs from it.static DotBracketDefaultDotBracket.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.DotBracketinstance.ImmutableDefaultDotBracketFromPdb.Builder.from(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.ImmutableDefaultStrand.Builder.from(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.ImmutableStrandView.Builder.from(DotBracket instance) Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.static BpSeqBpSeq.fromDotBracket(DotBracket db) Converts RNA secondary structure in dot-bracket format to BPSEQ format.static CtCt.fromDotBracket(DotBracket dotBracket) Converts RNA secondary structure in dot-bracket format to CT format.static ImmutableStrandViewImmutableStrandView.of(String name, DotBracket parent, int begin, int end) Construct a new immutableStrandViewinstance.ImmutableStrandView.Builder.parent(DotBracket parent) Initializes the value for theparentattribute.final ImmutableDefaultStrandImmutableDefaultStrand.withCombineStrands(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands.final ImmutableStrandViewImmutableStrandView.withCombineStrands(DotBracket... elements) Copy the current immutable object with elements that replace the content ofcombineStrands.final ImmutableStrandViewImmutableStrandView.withParent(DotBracket value) Copy the current immutable object by setting a value for theparentattribute.Method parameters in pl.poznan.put.structure.formats with type arguments of type DotBracketModifier and TypeMethodDescriptionImmutableDefaultStrand.Builder.addAllCombineStrands(Iterable<? extends DotBracket> elements) Adds elements tocombineStrandslist.ImmutableStrandView.Builder.addAllCombineStrands(Iterable<? extends DotBracket> elements) Adds elements tocombineStrandslist.ImmutableDefaultStrand.Builder.combineStrands(Iterable<? extends DotBracket> elements) Sets or replaces all elements forcombineStrandslist.ImmutableStrandView.Builder.combineStrands(Iterable<? extends DotBracket> elements) Sets or replaces all elements forcombineStrandslist.final ImmutableDefaultStrandImmutableDefaultStrand.withCombineStrands(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands.final ImmutableStrandViewImmutableStrandView.withCombineStrands(Iterable<? extends DotBracket> elements) Copy the current immutable object with elements that replace the content ofcombineStrands.