Uses of Enum
org.rcsb.strucmotif.domain.motif.Overlap
Packages that use Overlap
-
Uses of Overlap in org.rcsb.strucmotif.domain.motif
Methods in org.rcsb.strucmotif.domain.motif that return OverlapModifier and TypeMethodDescriptionstatic OverlapOverlap.ofResiduePairIdentifiers(IndexResiduePairIdentifier residuePairIdentifier1, IndexResiduePairIdentifier residuePairIdentifier2) Determines the overlap between 2IndexResiduePairIdentifierinstances.static OverlapReturns the enum constant of this type with the specified name.static Overlap[]Overlap.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of Overlap in org.rcsb.strucmotif.domain.result
Methods in org.rcsb.strucmotif.domain.result with parameters of type OverlapModifier and TypeMethodDescriptionbooleanTargetStructure.consume(InvertedIndexResiduePairIdentifier[] residuePairIdentifiers, Overlap[] overlapProfile) Consumes a new 'generation' of residue pair identifiers which potentially resemble valid extensions to the registered paths.