Uses of Interface
pl.poznan.put.structure.formats.DotBracket
-
Packages that use DotBracket Package Description pl.poznan.put.structure.formats -
-
Uses of DotBracket in pl.poznan.put.structure.formats
Subinterfaces of DotBracket in pl.poznan.put.structure.formats Modifier and Type Interface Description interfaceDotBracketFromPdbA dot-bracket structure with correspondence to a 3D structure.interfaceStrandA continuous segment of residues.Classes in pl.poznan.put.structure.formats that implement DotBracket Modifier and Type Class Description classAbstractCombinedStrandclassCombinedStrandA dot-bracket encoded structure made from combining one or more strands.classCombinedStrandFromPdbA dot-bracket encoded structure made from combining one or more strands.classDefaultDotBracketA default implementation of a dot-bracket.classDefaultDotBracketFromPdbA default implementation of a dot-bracket structure which is mapped to data from 3D coordinates.classDefaultStrandA default implementation of a strand.classImmutableCombinedStrandImmutable implementation ofCombinedStrand.classImmutableCombinedStrandFromPdbImmutable implementation ofCombinedStrandFromPdb.classImmutableDefaultDotBracketImmutable implementation ofDefaultDotBracket.classImmutableDefaultDotBracketFromPdbImmutable implementation ofDefaultDotBracketFromPdb.classImmutableDefaultStrandImmutable implementation ofDefaultStrand.classImmutableStrandViewImmutable implementation ofStrandView.classStrandViewA strand which is defined as a fragment of a dot-bracket structure.Methods in pl.poznan.put.structure.formats that return DotBracket Modifier and Type Method Description DotBracketConverter. convert(BpSeq bpSeq)Converts the secondary structure from BPSEQ to dot-bracket format.DotBracketDefaultConverter. convert(BpSeq bpSeq)Converts the secondary structure in BPSEQ format to dot-bracket.static DotBracketDefaultDotBracket. copyWithStrands(DotBracket input, Ct ct)Creates a copy of existing instance and applies the information in CT format to divide strands accordingly.DotBracketImmutableStrandView. parent()abstract DotBracketStrandView. parent()Methods in pl.poznan.put.structure.formats that return types with arguments of type DotBracket Modifier and Type Method Description List<DotBracket>CombinedStrand. combineStrands()List<DotBracket>DefaultDotBracket. combineStrands()List<DotBracket>DefaultDotBracketFromPdb. combineStrands()List<DotBracket>DotBracket. combineStrands()Combines strands which share a base pair into a new dot-bracket instance and returns a list of those.List<DotBracket>ImmutableCombinedStrandFromPdb. combineStrands()Combines strands which share a base pair into a new dot-bracket instance and returns a list of those.List<DotBracket>ImmutableDefaultStrand. combineStrands()Combines strands which share a base pair into a new dot-bracket instance and returns a list of those.List<DotBracket>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 DotBracket Modifier and Type Method Description ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. addCombineStrands(DotBracket element)Adds one element tocombineStrandslist.ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. addCombineStrands(DotBracket... elements)Adds elements tocombineStrandslist.ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. addCombineStrands(DotBracket element)Adds one element tocombineStrandslist.ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. addCombineStrands(DotBracket... elements)Adds elements tocombineStrandslist.ImmutableStrandView.BuilderImmutableStrandView.Builder. addCombineStrands(DotBracket element)Adds one element tocombineStrandslist.ImmutableStrandView.BuilderImmutableStrandView.Builder. addCombineStrands(DotBracket... elements)Adds elements tocombineStrandslist.static DotBracketDefaultDotBracket. copyWithStrands(DotBracket input, Ct ct)Creates a copy of existing instance and applies the information in CT format to divide strands accordingly.ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. from(DotBracket instance)Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.ImmutableDefaultDotBracket.BuilderImmutableDefaultDotBracket.Builder. from(DotBracket instance)Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.ImmutableDefaultDotBracketFromPdb.BuilderImmutableDefaultDotBracketFromPdb.Builder. from(DotBracket instance)Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. from(DotBracket instance)Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.DotBracketinstance.ImmutableStrandView.BuilderImmutableStrandView.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 Ct.ExtendedEntryCt.ExtendedEntry. fromDotBracketSymbol(DotBracket dotBracket, List<DotBracketSymbol> symbols, int i)Converts a dot-bracket symbol into an instance of this class.static ImmutableStrandViewImmutableStrandView. of(String name, DotBracket parent, int begin, int end)Construct a new immutableStrandViewinstance.ImmutableStrandView.BuilderImmutableStrandView.Builder. parent(DotBracket parent)Initializes the value for theparentattribute.ImmutableCombinedStrandFromPdbImmutableCombinedStrandFromPdb. withCombineStrands(DotBracket... elements)Copy the current immutable object with elements that replace the content ofcombineStrands.ImmutableDefaultStrandImmutableDefaultStrand. withCombineStrands(DotBracket... elements)Copy the current immutable object with elements that replace the content ofcombineStrands.ImmutableStrandViewImmutableStrandView. withCombineStrands(DotBracket... elements)Copy the current immutable object with elements that replace the content ofcombineStrands.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 DotBracket Modifier and Type Method Description ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. addAllCombineStrands(Iterable<? extends DotBracket> elements)Adds elements tocombineStrandslist.ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. addAllCombineStrands(Iterable<? extends DotBracket> elements)Adds elements tocombineStrandslist.ImmutableStrandView.BuilderImmutableStrandView.Builder. addAllCombineStrands(Iterable<? extends DotBracket> elements)Adds elements tocombineStrandslist.ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. combineStrands(Iterable<? extends DotBracket> elements)Sets or replaces all elements forcombineStrandslist.ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. combineStrands(Iterable<? extends DotBracket> elements)Sets or replaces all elements forcombineStrandslist.ImmutableStrandView.BuilderImmutableStrandView.Builder. combineStrands(Iterable<? extends DotBracket> elements)Sets or replaces all elements forcombineStrandslist.ImmutableCombinedStrandFromPdbImmutableCombinedStrandFromPdb. withCombineStrands(Iterable<? extends DotBracket> elements)Copy the current immutable object with elements that replace the content ofcombineStrands.ImmutableDefaultStrandImmutableDefaultStrand. withCombineStrands(Iterable<? extends DotBracket> elements)Copy the current immutable object with elements that replace the content ofcombineStrands.ImmutableStrandViewImmutableStrandView. withCombineStrands(Iterable<? extends DotBracket> elements)Copy the current immutable object with elements that replace the content ofcombineStrands.
-