Uses of Class
org.rcsb.strucmotif.domain.motif.ResiduePairDescriptor
Packages that use ResiduePairDescriptor
Package
Description
-
Uses of ResiduePairDescriptor in org.rcsb.strucmotif.domain.motif
Methods in org.rcsb.strucmotif.domain.motif that return ResiduePairDescriptorModifier and TypeMethodDescriptionResiduePairOccurrence.getResiduePairDescriptor()What are the properties of this pair?Methods in org.rcsb.strucmotif.domain.motif that return types with arguments of type ResiduePairDescriptorModifier 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 ResiduePairDescriptorModifierConstructorDescriptionResiduePairOccurrence(ResiduePairDescriptor residuePairDescriptor, ResiduePairIdentifier residuePairIdentifier) Construct a pair occurrence. -
Uses of ResiduePairDescriptor in org.rcsb.strucmotif.domain.query
Methods in org.rcsb.strucmotif.domain.query that return types with arguments of type ResiduePairDescriptorModifier and TypeMethodDescriptionQueryStructure.getResiduePairDescriptors()All word descriptors in this query structure. -
Uses of ResiduePairDescriptor in org.rcsb.strucmotif.io
Methods in org.rcsb.strucmotif.io with parameters of type ResiduePairDescriptorModifier and TypeMethodDescriptionprotected InputStreamInvertedIndexImpl.getInputStream(ResiduePairDescriptor residuePairDescriptor) Acquire the input stream for a descriptor.voidInvertedIndex.insert(ResiduePairDescriptor residuePairDescriptor, Map<String, Collection<ResiduePairIdentifier>> residuePairOccurrences) Insert operation for new data.voidInvertedIndexImpl.insert(ResiduePairDescriptor residuePairDescriptor, Map<String, Collection<ResiduePairIdentifier>> residuePairOccurrences) InvertedIndex.select(ResiduePairDescriptor residuePairDescriptor) Perform lookup for a particular bin.InvertedIndexImpl.select(ResiduePairDescriptor residuePairDescriptor)