Uses of Interface
pl.poznan.put.structure.formats.Strand
Packages that use Strand
-
Uses of Strand in pl.poznan.put.structure.formats
Classes in pl.poznan.put.structure.formats that implement StrandModifier and TypeClassDescriptionclass
A default implementation of a strand.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 StrandModifier and TypeMethodDescriptiondefault Strand
DotBracket.findStrand
(DotBracketSymbol symbol) Finds a strand which contains the given symbol.Methods in pl.poznan.put.structure.formats that return types with arguments of type StrandModifier and TypeMethodDescriptionAbstractCombinedStrand.inputStrands()
CombinedStrand.inputStrands()
CombinedStrandFromPdb.inputStrands()
ImmutableCombinedStrand.inputStrands()
ImmutableCombinedStrandFromPdb.inputStrands()
AbstractCombinedStrand.strands()
CombinedStrand.strands()
CombinedStrandFromPdb.strands()
DefaultDotBracket.strands()
DefaultDotBracketFromPdb.strands()
DotBracket.strands()
ImmutableCombinedStrand.strands()
ImmutableCombinedStrandFromPdb.strands()
ImmutableDefaultDotBracket.strands()
ImmutableDefaultDotBracketFromPdb.strands()
Methods in pl.poznan.put.structure.formats with parameters of type StrandModifier and TypeMethodDescriptionImmutableCombinedStrand.Builder.addInputStrands
(Strand element) Adds one element toinputStrands
list.ImmutableCombinedStrand.Builder.addInputStrands
(Strand... elements) Adds elements toinputStrands
list.ImmutableCombinedStrandFromPdb.Builder.addInputStrands
(Strand element) Adds one element toinputStrands
list.ImmutableCombinedStrandFromPdb.Builder.addInputStrands
(Strand... elements) Adds elements toinputStrands
list.ImmutableDefaultDotBracket.Builder.addStrands
(Strand element) Adds one element tostrands
list.ImmutableDefaultDotBracket.Builder.addStrands
(Strand... elements) Adds elements tostrands
list.ImmutableDefaultDotBracketFromPdb.Builder.addStrands
(Strand element) Adds one element tostrands
list.ImmutableDefaultDotBracketFromPdb.Builder.addStrands
(Strand... elements) Adds elements tostrands
list.Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.Strand
instance.Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.Strand
instance.final ImmutableCombinedStrand
ImmutableCombinedStrand.withInputStrands
(Strand... elements) Copy the current immutable object with elements that replace the content ofinputStrands
.ImmutableCombinedStrandFromPdb.withInputStrands
(Strand... elements) Copy the current immutable object with elements that replace the content ofinputStrands
.ImmutableDefaultDotBracket.withStrands
(Strand... elements) Copy the current immutable object with elements that replace the content ofstrands
.ImmutableDefaultDotBracketFromPdb.withStrands
(Strand... elements) Copy the current immutable object with elements that replace the content ofstrands
.Method parameters in pl.poznan.put.structure.formats with type arguments of type StrandModifier and TypeMethodDescriptionImmutableCombinedStrand.Builder.addAllInputStrands
(Iterable<? extends Strand> elements) Adds elements toinputStrands
list.ImmutableCombinedStrandFromPdb.Builder.addAllInputStrands
(Iterable<? extends Strand> elements) Adds elements toinputStrands
list.ImmutableDefaultDotBracket.Builder.addAllStrands
(Iterable<? extends Strand> elements) Adds elements tostrands
list.ImmutableDefaultDotBracketFromPdb.Builder.addAllStrands
(Iterable<? extends Strand> elements) Adds elements tostrands
list.ImmutableCombinedStrand.Builder.inputStrands
(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrands
list.ImmutableCombinedStrandFromPdb.Builder.inputStrands
(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrands
list.static ImmutableCombinedStrand
Construct a new immutableCombinedStrand
instance.static ImmutableCombinedStrand
Construct a new immutableCombinedStrand
instance.ImmutableCombinedStrandFromPdb.of
(Iterable<? extends Strand> inputStrands, Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdb
instance.ImmutableCombinedStrandFromPdb.of
(List<Strand> inputStrands, Map<DotBracketSymbol, PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdb
instance.Sets or replaces all elements forstrands
list.Sets or replaces all elements forstrands
list.final ImmutableCombinedStrand
ImmutableCombinedStrand.withInputStrands
(Iterable<? extends Strand> elements) Copy the current immutable object with elements that replace the content ofinputStrands
.ImmutableCombinedStrandFromPdb.withInputStrands
(Iterable<? extends Strand> elements) Copy the current immutable object with elements that replace the content ofinputStrands
.ImmutableDefaultDotBracket.withStrands
(Iterable<? extends Strand> elements) Copy the current immutable object with elements that replace the content ofstrands
.ImmutableDefaultDotBracketFromPdb.withStrands
(Iterable<? extends Strand> elements) Copy the current immutable object with elements that replace the content ofstrands
.