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 TypeClassDescriptionclassA default implementation of a strand.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 StrandModifier and TypeMethodDescriptiondefault StrandDotBracket.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 toinputStrandslist.ImmutableCombinedStrand.Builder.addInputStrands(Strand... elements) Adds elements toinputStrandslist.ImmutableCombinedStrandFromPdb.Builder.addInputStrands(Strand element) Adds one element toinputStrandslist.ImmutableCombinedStrandFromPdb.Builder.addInputStrands(Strand... elements) Adds elements toinputStrandslist.ImmutableDefaultDotBracket.Builder.addStrands(Strand element) Adds one element tostrandslist.ImmutableDefaultDotBracket.Builder.addStrands(Strand... elements) Adds elements tostrandslist.ImmutableDefaultDotBracketFromPdb.Builder.addStrands(Strand element) Adds one element tostrandslist.ImmutableDefaultDotBracketFromPdb.Builder.addStrands(Strand... elements) Adds elements tostrandslist.Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.Strandinstance.Fill a builder with attribute values from the providedpl.poznan.put.structure.formats.Strandinstance.final ImmutableCombinedStrandImmutableCombinedStrand.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 toinputStrandslist.ImmutableCombinedStrandFromPdb.Builder.addAllInputStrands(Iterable<? extends Strand> elements) Adds elements toinputStrandslist.ImmutableDefaultDotBracket.Builder.addAllStrands(Iterable<? extends Strand> elements) Adds elements tostrandslist.ImmutableDefaultDotBracketFromPdb.Builder.addAllStrands(Iterable<? extends Strand> elements) Adds elements tostrandslist.ImmutableCombinedStrand.Builder.inputStrands(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrandslist.ImmutableCombinedStrandFromPdb.Builder.inputStrands(Iterable<? extends Strand> elements) Sets or replaces all elements forinputStrandslist.static ImmutableCombinedStrandConstruct a new immutableCombinedStrandinstance.static ImmutableCombinedStrandConstruct a new immutableCombinedStrandinstance.ImmutableCombinedStrandFromPdb.of(Iterable<? extends Strand> inputStrands, Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdbinstance.ImmutableCombinedStrandFromPdb.of(List<Strand> inputStrands, Map<DotBracketSymbol, PdbResidueIdentifier> inputSymbolToResidue) Construct a new immutableCombinedStrandFromPdbinstance.Sets or replaces all elements forstrandslist.Sets or replaces all elements forstrandslist.final ImmutableCombinedStrandImmutableCombinedStrand.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.