Uses of Class
org.rcsb.strucmotif.domain.motif.InvertedIndexResiduePairIdentifier
Packages that use InvertedIndexResiduePairIdentifier
-
Uses of InvertedIndexResiduePairIdentifier in org.rcsb.strucmotif.domain.motif
Methods in org.rcsb.strucmotif.domain.motif with parameters of type InvertedIndexResiduePairIdentifierModifier and TypeMethodDescriptionbooleanOverlap.test(InvertedIndexResiduePairIdentifier residuePairIdentifier1, InvertedIndexResiduePairIdentifier residuePairIdentifier2) -
Uses of InvertedIndexResiduePairIdentifier in org.rcsb.strucmotif.domain.result
Methods in org.rcsb.strucmotif.domain.result with parameters of type InvertedIndexResiduePairIdentifierModifier and TypeMethodDescriptionbooleanTargetStructure.consume(InvertedIndexResiduePairIdentifier[] residuePairIdentifiers, Overlap[] overlapProfile) Consumes a new 'generation' of residue pair identifiers which potentially resemble valid extensions to the registered paths.Constructors in org.rcsb.strucmotif.domain.result with parameters of type InvertedIndexResiduePairIdentifierModifierConstructorDescriptionTargetStructure(String structureIdentifier, InvertedIndexResiduePairIdentifier[] residuePairIdentifiers) Construct a target structure instance.