Uses of Class
pl.poznan.put.structure.DotBracketSymbol
Packages that use DotBracketSymbol
Package
Description
Package contains classes useful in describing secondary structure (base pairs, helices, etc.)
-
Uses of DotBracketSymbol in pl.poznan.put.structure
Subclasses of DotBracketSymbol in pl.poznan.put.structureMethods in pl.poznan.put.structure with parameters of type DotBracketSymbolModifier and TypeMethodDescriptionfinal intDotBracketSymbol.compareTo(DotBracketSymbol t) static ImmutableDotBracketSymbolImmutableDotBracketSymbol.copyOf(DotBracketSymbol instance) Creates an immutable copy of aDotBracketSymbolvalue.ImmutableDotBracketSymbol.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 DotBracketSymbolModifier and TypeMethodDescriptionfinal DotBracketSymbolCombinedStrandFromPdb.symbol(PdbResidueIdentifier residueIdentifier) final DotBracketSymbolDefaultDotBracketFromPdb.symbol(PdbResidueIdentifier residueIdentifier) DotBracketFromPdb.symbol(PdbResidueIdentifier residueIdentifier) Maps the given residue identifier to its corresponding dot-bracket symbol.Methods in pl.poznan.put.structure.formats that return types with arguments of type DotBracketSymbolModifier and TypeMethodDescriptionprotected abstract Map<DotBracketSymbol,PdbResidueIdentifier> CombinedStrandFromPdb.inputSymbolToResidue()protected Map<DotBracketSymbol,PdbResidueIdentifier> ImmutableCombinedStrandFromPdb.inputSymbolToResidue()default Set<DotBracketSymbol>DotBracket.isolatedSymbols()protected org.apache.commons.collections4.BidiMap<DotBracketSymbol,PdbResidueIdentifier> CombinedStrandFromPdb.mapping()protected org.apache.commons.collections4.BidiMap<DotBracketSymbol,PdbResidueIdentifier> ImmutableCombinedStrandFromPdb.mapping()default List<DotBracketSymbol>DotBracket.missingInternal()CombinedStrand.pairs()CombinedStrand.pairs()CombinedStrandFromPdb.pairs()CombinedStrandFromPdb.pairs()DefaultDotBracket.pairs()DefaultDotBracket.pairs()DefaultDotBracketFromPdb.pairs()DefaultDotBracketFromPdb.pairs()default Map<DotBracketSymbol,DotBracketSymbol> DotBracket.pairs()default Map<DotBracketSymbol,DotBracketSymbol> DotBracket.pairs()ImmutableCombinedStrand.pairs()ImmutableCombinedStrand.pairs()ImmutableCombinedStrandFromPdb.pairs()ImmutableCombinedStrandFromPdb.pairs()ImmutableDefaultDotBracket.pairs()ImmutableDefaultDotBracket.pairs()ImmutableDefaultDotBracketFromPdb.pairs()ImmutableDefaultDotBracketFromPdb.pairs()protected Map<PdbResidueIdentifier,DotBracketSymbol> DefaultDotBracketFromPdb.residueToSymbol()protected Map<PdbResidueIdentifier,DotBracketSymbol> ImmutableDefaultDotBracketFromPdb.residueToSymbol()AbstractCombinedStrand.symbols()CombinedStrand.symbols()CombinedStrandFromPdb.symbols()abstract List<DotBracketSymbol>DefaultStrand.symbols()DotBracket.symbols()ImmutableCombinedStrand.symbols()ImmutableCombinedStrandFromPdb.symbols()ImmutableDefaultStrand.symbols()ImmutableStrandView.symbols()ImmutableTerminalMissing.symbols()StrandView.symbols()abstract List<DotBracketSymbol>TerminalMissing.symbols()protected Map<DotBracketSymbol,PdbResidueIdentifier> CombinedStrandFromPdb.symbolToResidue()protected Map<DotBracketSymbol,PdbResidueIdentifier> DefaultDotBracketFromPdb.symbolToResidue()protected Map<DotBracketSymbol,PdbResidueIdentifier> ImmutableCombinedStrandFromPdb.symbolToResidue()protected Map<DotBracketSymbol,PdbResidueIdentifier> ImmutableDefaultDotBracketFromPdb.symbolToResidue()Methods in pl.poznan.put.structure.formats with parameters of type DotBracketSymbolModifier and TypeMethodDescriptionImmutableDefaultStrand.Builder.addSymbols(DotBracketSymbol element) Adds one element tosymbolslist.ImmutableDefaultStrand.Builder.addSymbols(DotBracketSymbol... elements) Adds elements tosymbolslist.ImmutableTerminalMissing.Builder.addSymbols(DotBracketSymbol element) Adds one element tosymbolslist.ImmutableTerminalMissing.Builder.addSymbols(DotBracketSymbol... elements) Adds elements tosymbolslist.default StrandDotBracket.findStrand(DotBracketSymbol symbol) Finds a strand which contains the given symbol.final PdbResidueIdentifierCombinedStrandFromPdb.identifier(DotBracketSymbol symbol) final PdbResidueIdentifierDefaultDotBracketFromPdb.identifier(DotBracketSymbol symbol) DotBracketFromPdb.identifier(DotBracketSymbol symbol) Maps the given dot-bracket symbol to its corresponding residue identifier.default booleanDotBracket.isIsolated(DotBracketSymbol symbol) Checks if a symbol is isolated, i.e., if it is a pairing symbol and both it and its pair are surrounded by unpaired residues.final intCombinedStrandFromPdb.originalIndex(DotBracketSymbol symbol) final 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.Builder.putInputSymbolToResidue(DotBracketSymbol key, PdbResidueIdentifier value) Put one entry to theinputSymbolToResiduemap.final ImmutableDefaultStrandImmutableDefaultStrand.withSymbols(DotBracketSymbol... elements) Copy the current immutable object with elements that replace the content ofsymbols.final 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 DotBracketSymbolModifier and TypeMethodDescriptionImmutableDefaultStrand.Builder.addAllSymbols(Iterable<? extends DotBracketSymbol> elements) Adds elements tosymbolslist.ImmutableTerminalMissing.Builder.addAllSymbols(Iterable<? extends DotBracketSymbol> elements) Adds elements tosymbolslist.ImmutableCombinedStrandFromPdb.Builder.inputSymbolToResidue(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Sets or replaces all mappings from the specified map as entries for theinputSymbolToResiduemap.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.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.Builder.putAllInputSymbolToResidue(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Put all mappings from the specified map as entries toinputSymbolToResiduemap.ImmutableCombinedStrandFromPdb.Builder.putInputSymbolToResidue(Map.Entry<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entry) Put one entry to theinputSymbolToResiduemap.ImmutableDefaultStrand.Builder.symbols(Iterable<? extends DotBracketSymbol> elements) Sets or replaces all elements forsymbolslist.ImmutableTerminalMissing.Builder.symbols(Iterable<? extends DotBracketSymbol> elements) Sets or replaces all elements forsymbolslist.ImmutableCombinedStrandFromPdb.withInputSymbolToResidue(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Copy the current immutable object by replacing theinputSymbolToResiduemap with the specified map.final ImmutableDefaultStrandImmutableDefaultStrand.withSymbols(Iterable<? extends DotBracketSymbol> elements) Copy the current immutable object with elements that replace the content ofsymbols.final ImmutableTerminalMissingImmutableTerminalMissing.withSymbols(Iterable<? extends DotBracketSymbol> elements) Copy the current immutable object with elements that replace the content ofsymbols.