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 int
DotBracketSymbol.compareTo
(DotBracketSymbol t) static ImmutableDotBracketSymbol
ImmutableDotBracketSymbol.copyOf
(DotBracketSymbol instance) Creates an immutable copy of aDotBracketSymbol
value.ImmutableDotBracketSymbol.Builder.from
(DotBracketSymbol instance) Fill a builder with attribute values from the providedDotBracketSymbol
instance. -
Uses of DotBracketSymbol in pl.poznan.put.structure.formats
Methods in pl.poznan.put.structure.formats that return DotBracketSymbolModifier and TypeMethodDescriptionfinal DotBracketSymbol
CombinedStrandFromPdb.symbol
(PdbResidueIdentifier residueIdentifier) final DotBracketSymbol
DefaultDotBracketFromPdb.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 tosymbols
list.ImmutableDefaultStrand.Builder.addSymbols
(DotBracketSymbol... elements) Adds elements tosymbols
list.ImmutableTerminalMissing.Builder.addSymbols
(DotBracketSymbol element) Adds one element tosymbols
list.ImmutableTerminalMissing.Builder.addSymbols
(DotBracketSymbol... elements) Adds elements tosymbols
list.default Strand
DotBracket.findStrand
(DotBracketSymbol symbol) Finds a strand which contains the given symbol.final PdbResidueIdentifier
CombinedStrandFromPdb.identifier
(DotBracketSymbol symbol) final PdbResidueIdentifier
DefaultDotBracketFromPdb.identifier
(DotBracketSymbol symbol) DotBracketFromPdb.identifier
(DotBracketSymbol symbol) Maps the given dot-bracket symbol to its corresponding residue identifier.default boolean
DotBracket.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 int
CombinedStrandFromPdb.originalIndex
(DotBracketSymbol symbol) final int
DefaultDotBracketFromPdb.originalIndex
(DotBracketSymbol symbol) default int
DotBracket.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 theinputSymbolToResidue
map.final ImmutableDefaultStrand
ImmutableDefaultStrand.withSymbols
(DotBracketSymbol... elements) Copy the current immutable object with elements that replace the content ofsymbols
.final ImmutableTerminalMissing
ImmutableTerminalMissing.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 tosymbols
list.ImmutableTerminalMissing.Builder.addAllSymbols
(Iterable<? extends DotBracketSymbol> elements) Adds elements tosymbols
list.ImmutableCombinedStrandFromPdb.Builder.inputSymbolToResidue
(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Sets or replaces all mappings from the specified map as entries for theinputSymbolToResidue
map.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.static ImmutableDefaultStrand
ImmutableDefaultStrand.of
(String name, Iterable<? extends DotBracketSymbol> symbols) Construct a new immutableDefaultStrand
instance.static ImmutableDefaultStrand
ImmutableDefaultStrand.of
(String name, List<DotBracketSymbol> symbols) Construct a new immutableDefaultStrand
instance.static ImmutableTerminalMissing
ImmutableTerminalMissing.of
(Iterable<? extends DotBracketSymbol> symbols) Construct a new immutableTerminalMissing
instance.static ImmutableTerminalMissing
ImmutableTerminalMissing.of
(List<DotBracketSymbol> symbols) Construct a new immutableTerminalMissing
instance.ImmutableCombinedStrandFromPdb.Builder.putAllInputSymbolToResidue
(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Put all mappings from the specified map as entries toinputSymbolToResidue
map.ImmutableCombinedStrandFromPdb.Builder.putInputSymbolToResidue
(Map.Entry<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entry) Put one entry to theinputSymbolToResidue
map.ImmutableDefaultStrand.Builder.symbols
(Iterable<? extends DotBracketSymbol> elements) Sets or replaces all elements forsymbols
list.ImmutableTerminalMissing.Builder.symbols
(Iterable<? extends DotBracketSymbol> elements) Sets or replaces all elements forsymbols
list.ImmutableCombinedStrandFromPdb.withInputSymbolToResidue
(Map<? extends DotBracketSymbol, ? extends PdbResidueIdentifier> entries) Copy the current immutable object by replacing theinputSymbolToResidue
map with the specified map.final ImmutableDefaultStrand
ImmutableDefaultStrand.withSymbols
(Iterable<? extends DotBracketSymbol> elements) Copy the current immutable object with elements that replace the content ofsymbols
.final ImmutableTerminalMissing
ImmutableTerminalMissing.withSymbols
(Iterable<? extends DotBracketSymbol> elements) Copy the current immutable object with elements that replace the content ofsymbols
.