Uses of Interface
org.rcsb.strucmotif.domain.motif.ResiduePairIdentifier
Packages that use ResiduePairIdentifier
Package
Description
-
Uses of ResiduePairIdentifier in org.rcsb.strucmotif.domain.motif
Classes in org.rcsb.strucmotif.domain.motif that implement ResiduePairIdentifierModifier and TypeClassDescriptionclassAResiduePairIdentifierbased onIndexSelectioninstances, created by the residue graph.classAResiduePairIdentifierdefined by data from the inverted index.Methods in org.rcsb.strucmotif.domain.motif that return ResiduePairIdentifierModifier and TypeMethodDescriptionResiduePairOccurrence.getResidueIdentifier()Where is this pair located?Constructors in org.rcsb.strucmotif.domain.motif with parameters of type ResiduePairIdentifierModifierConstructorDescriptionResiduePairOccurrence(ResiduePairDescriptor residuePairDescriptor, ResiduePairIdentifier residuePairIdentifier) Construct a pair occurrence. -
Uses of ResiduePairIdentifier in org.rcsb.strucmotif.domain.query
Methods in org.rcsb.strucmotif.domain.query that return types with arguments of type ResiduePairIdentifierModifier and TypeMethodDescriptionQueryStructure.getResiduePairIdentifiers()All word identifiers in this query structure. -
Uses of ResiduePairIdentifier in org.rcsb.strucmotif.io
Method parameters in org.rcsb.strucmotif.io with type arguments of type ResiduePairIdentifierModifier and TypeMethodDescriptionvoidInvertedIndex.insert(ResiduePairDescriptor residuePairDescriptor, Map<String, Collection<ResiduePairIdentifier>> residuePairOccurrences) Insert operation for new data.voidInvertedIndexImpl.insert(ResiduePairDescriptor residuePairDescriptor, Map<String, Collection<ResiduePairIdentifier>> residuePairOccurrences)