Uses of Class
pl.poznan.put.structure.DotBracketSymbol
-
Packages that use DotBracketSymbol Package Description pl.poznan.put.structure Package contains classes useful in describing secondary structure (base pairs, helices, etc.)pl.poznan.put.structure.formats -
-
Uses of DotBracketSymbol in pl.poznan.put.structure
Subclasses of DotBracketSymbol in pl.poznan.put.structure Modifier and Type Class Description classImmutableDotBracketSymbolImmutable implementation ofDotBracketSymbol.Methods in pl.poznan.put.structure with parameters of type DotBracketSymbol Modifier and Type Method Description intDotBracketSymbol. compareTo(DotBracketSymbol t)static ImmutableDotBracketSymbolImmutableDotBracketSymbol. copyOf(DotBracketSymbol instance)Creates an immutable copy of aDotBracketSymbolvalue.ImmutableDotBracketSymbol.BuilderImmutableDotBracketSymbol.Builder. from(DotBracketSymbol instance)Fill a builder with attribute values from the providedDotBracketSymbolinstance. -
Uses of DotBracketSymbol in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return DotBracketSymbol Modifier and Type Method Description DotBracketSymbolCombinedStrandFromPdb. symbol(PdbResidueIdentifier residueIdentifier)DotBracketSymbolDefaultDotBracketFromPdb. symbol(PdbResidueIdentifier residueIdentifier)DotBracketSymbolDotBracketFromPdb. symbol(PdbResidueIdentifier residueIdentifier)Maps the given residue identifier to its corresponding dot-bracket symbol.Methods in pl.poznan.put.structure.formats with parameters of type DotBracketSymbol Modifier and Type Method Description ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. addSymbols(DotBracketSymbol element)Adds one element tosymbolslist.ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. addSymbols(DotBracketSymbol... elements)Adds elements tosymbolslist.ImmutableTerminalMissing.BuilderImmutableTerminalMissing.Builder. addSymbols(DotBracketSymbol element)Adds one element tosymbolslist.ImmutableTerminalMissing.BuilderImmutableTerminalMissing.Builder. addSymbols(DotBracketSymbol... elements)Adds elements tosymbolslist.default StrandDotBracket. findStrand(DotBracketSymbol symbol)Finds a strand which contains the given symbol.PdbResidueIdentifierCombinedStrandFromPdb. identifier(DotBracketSymbol symbol)PdbResidueIdentifierDefaultDotBracketFromPdb. identifier(DotBracketSymbol symbol)PdbResidueIdentifierDotBracketFromPdb. identifier(DotBracketSymbol symbol)Maps the given dot-bracket symbol to its corresponding residue identifier.intCombinedStrandFromPdb. originalIndex(DotBracketSymbol symbol)intDefaultDotBracketFromPdb. originalIndex(DotBracketSymbol symbol)default intDotBracket. originalIndex(DotBracketSymbol symbol)Returns the index of a dot-bracket symbol according to some external source like PDB numbering.ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. putInputSymbolToResidue(DotBracketSymbol key, PdbResidueIdentifier value)Put one entry to theinputSymbolToResiduemap.ImmutableDefaultStrandImmutableDefaultStrand. withSymbols(DotBracketSymbol... elements)Copy the current immutable object with elements that replace the content ofsymbols.ImmutableTerminalMissingImmutableTerminalMissing. withSymbols(DotBracketSymbol... elements)Copy the current immutable object with elements that replace the content ofsymbols.Method parameters in pl.poznan.put.structure.formats with type arguments of type DotBracketSymbol Modifier and Type Method Description ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. addAllSymbols(Iterable<? extends DotBracketSymbol> elements)Adds elements tosymbolslist.ImmutableTerminalMissing.BuilderImmutableTerminalMissing.Builder. addAllSymbols(Iterable<? extends DotBracketSymbol> elements)Adds elements tosymbolslist.static Ct.ExtendedEntryCt.ExtendedEntry. fromDotBracketSymbol(DotBracket dotBracket, List<DotBracketSymbol> symbols, int i)Converts a dot-bracket symbol into an instance of this class.ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. inputSymbolToResidue(Map<? extends DotBracketSymbol,? extends PdbResidueIdentifier> entries)Sets or replaces all mappings from the specified map as entries for theinputSymbolToResiduemap.static ImmutableCombinedStrandFromPdbImmutableCombinedStrandFromPdb. of(Iterable<? extends Strand> inputStrands, Map<? extends DotBracketSymbol,? extends PdbResidueIdentifier> inputSymbolToResidue)Construct a new immutableCombinedStrandFromPdbinstance.static ImmutableCombinedStrandFromPdbImmutableCombinedStrandFromPdb. of(List<Strand> inputStrands, Map<DotBracketSymbol,PdbResidueIdentifier> inputSymbolToResidue)Construct a new immutableCombinedStrandFromPdbinstance.static ImmutableDefaultStrandImmutableDefaultStrand. of(String name, Iterable<? extends DotBracketSymbol> symbols)Construct a new immutableDefaultStrandinstance.static ImmutableDefaultStrandImmutableDefaultStrand. of(String name, List<DotBracketSymbol> symbols)Construct a new immutableDefaultStrandinstance.static ImmutableTerminalMissingImmutableTerminalMissing. of(Iterable<? extends DotBracketSymbol> symbols)Construct a new immutableTerminalMissinginstance.static ImmutableTerminalMissingImmutableTerminalMissing. of(List<DotBracketSymbol> symbols)Construct a new immutableTerminalMissinginstance.ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. putAllInputSymbolToResidue(Map<? extends DotBracketSymbol,? extends PdbResidueIdentifier> entries)Put all mappings from the specified map as entries toinputSymbolToResiduemap.ImmutableCombinedStrandFromPdb.BuilderImmutableCombinedStrandFromPdb.Builder. putInputSymbolToResidue(Map.Entry<? extends DotBracketSymbol,? extends PdbResidueIdentifier> entry)Put one entry to theinputSymbolToResiduemap.ImmutableDefaultStrand.BuilderImmutableDefaultStrand.Builder. symbols(Iterable<? extends DotBracketSymbol> elements)Sets or replaces all elements forsymbolslist.ImmutableTerminalMissing.BuilderImmutableTerminalMissing.Builder. symbols(Iterable<? extends DotBracketSymbol> elements)Sets or replaces all elements forsymbolslist.ImmutableCombinedStrandFromPdbImmutableCombinedStrandFromPdb. withInputSymbolToResidue(Map<? extends DotBracketSymbol,? extends PdbResidueIdentifier> entries)Copy the current immutable object by replacing theinputSymbolToResiduemap with the specified map.ImmutableDefaultStrandImmutableDefaultStrand. withSymbols(Iterable<? extends DotBracketSymbol> elements)Copy the current immutable object with elements that replace the content ofsymbols.ImmutableTerminalMissingImmutableTerminalMissing. withSymbols(Iterable<? extends DotBracketSymbol> elements)Copy the current immutable object with elements that replace the content ofsymbols.
-