Uses of Class
org.rcsb.strucmotif.domain.structure.IndexSelection
Packages that use IndexSelection
Package
Description
-
Uses of IndexSelection in org.rcsb.strucmotif.domain.motif
Methods in org.rcsb.strucmotif.domain.motif that return IndexSelectionModifier and TypeMethodDescriptionIndexResiduePairIdentifier.getIndexSelection1()InvertedIndexResiduePairIdentifier.getIndexSelection1()ResiduePairIdentifier.getIndexSelection1()The complex IndexSelection of the first residue.IndexResiduePairIdentifier.getIndexSelection2()InvertedIndexResiduePairIdentifier.getIndexSelection2()ResiduePairIdentifier.getIndexSelection2()The complex IndexSelection of the second residue.Methods in org.rcsb.strucmotif.domain.motif that return types with arguments of type IndexSelectionModifier and TypeMethodDescriptiondefault Stream<IndexSelection>ResiduePairIdentifier.indexSelections()Convenience method to access both IndexSelections.Method parameters in org.rcsb.strucmotif.domain.motif with type arguments of type IndexSelectionModifier 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 IndexSelectionModifierConstructorDescriptionIndexResiduePairIdentifier(IndexSelection indexSelection1, IndexSelection indexSelection2) Construct an identifier from 2 IndexSelections. -
Uses of IndexSelection in org.rcsb.strucmotif.domain.query
Methods in org.rcsb.strucmotif.domain.query that return types with arguments of type IndexSelectionModifier and TypeMethodDescriptionQueryStructure.getIndexSelections()All selections of this query structure. -
Uses of IndexSelection in org.rcsb.strucmotif.domain.structure
Methods in org.rcsb.strucmotif.domain.structure that return types with arguments of type IndexSelectionModifier and TypeMethodDescriptionResidueGraph.pairingsParallel()Allows to traverse all pairings.ResidueGraph.pairingsParallel()Allows to traverse all pairings.ResidueGraph.pairingsSequential()Allows to sequentially traverse all pairings.ResidueGraph.pairingsSequential()Allows to sequentially traverse all pairings.Methods in org.rcsb.strucmotif.domain.structure with parameters of type IndexSelectionModifier and TypeMethodDescriptionfloatResidueGraph.getAngle(IndexSelection residue1, IndexSelection residue2) Reports the angle between 2 residues.floatResidueGraph.getBackboneDistance(IndexSelection residue1, IndexSelection residue2) Reports the distance of backbone of 2 residues.floatResidueGraph.getSideChainDistance(IndexSelection residue1, IndexSelection residue2) Reports the distance of side-chains of 2 residues.