Uses of Enum
org.rcsb.strucmotif.domain.structure.ResidueType
Packages that use ResidueType
Package
Description
-
Uses of ResidueType in org.rcsb.strucmotif.domain.motif
Methods in org.rcsb.strucmotif.domain.motif that return ResidueTypeModifier and TypeMethodDescriptionResiduePairDescriptor.getResidueType1()Residue type (label_comp_id) of first element.ResiduePairDescriptor.getResidueType2()Residue type (label_comp_id) of second element.Method parameters in org.rcsb.strucmotif.domain.motif with type arguments of type ResidueTypeModifier and TypeMethodDescriptionResiduePairOccurrence.residuePairDescriptorsByTolerance(int backboneTolerance, int sideChainTolerance, int angleTolerance, Map<IndexSelection, Set<ResidueType>> exchanges) Traverse allResiduePairDescriptorinstances which are compatible to this one given the specified parameters and registered position-specific exchanges (if any).Constructors in org.rcsb.strucmotif.domain.motif with parameters of type ResidueTypeModifierConstructorDescriptionResiduePairDescriptor(ResidueType residueType1, ResidueType residueType2, DistanceType backboneDistance, DistanceType sideChainDistance, AngleType angle) Construct a residue pair descriptor capturing all properties of this pair. -
Uses of ResidueType in org.rcsb.strucmotif.domain.query
Methods in org.rcsb.strucmotif.domain.query that return types with arguments of type ResidueTypeModifier and TypeMethodDescriptionMotifSearchQuery.getExchanges()All specified exchanges.PositionSpecificExchange.getResidueTypes()The set of allowed component types at that position.Method parameters in org.rcsb.strucmotif.domain.query with type arguments of type ResidueTypeModifier and TypeMethodDescriptionQueryBuilder.OptionalStepBuilder.addPositionSpecificExchange(LabelSelection labelSelection, Collection<ResidueType> residueTypes) Register an exchange by specifying a 'range'/collection of component types.Constructors in org.rcsb.strucmotif.domain.query with parameters of type ResidueTypeModifierConstructorDescriptionPositionSpecificExchange(LabelSelection labelSelection, ResidueType... residueTypes) Constructor parameters in org.rcsb.strucmotif.domain.query with type arguments of type ResidueTypeModifierConstructorDescriptionPositionSpecificExchange(LabelSelection labelSelection, Set<ResidueType> residueTypes) Constructs a new position-specific exchange. -
Uses of ResidueType in org.rcsb.strucmotif.domain.result
Methods in org.rcsb.strucmotif.domain.result that return types with arguments of type ResidueTypeModifier and TypeMethodDescriptionHit.getResidueTypes()Returns residue types (label_comp_id) of this hit. -
Uses of ResidueType in org.rcsb.strucmotif.domain.structure
Methods in org.rcsb.strucmotif.domain.structure that return ResidueTypeModifier and TypeMethodDescriptionStructure.getResidueType(int residueIndex) Reports the residue type/amino acid at a certain index.static ResidueTypeResidueType.ofOneLetterCode(String oneLetterCode) Resolve a one-letter-code.static ResidueTypeResidueType.ofThreeLetterCode(String labelCompId) Maps labelCompId values to the correctResidueType.static ResidueTypeReturns the enum constant of this type with the specified name.static ResidueType[]ResidueType.values()Returns an array containing the constants of this enum type, in the order they are declared.