Uses of Enum
org.rcsb.strucmotif.config.MotifPruningStrategy
Packages that use MotifPruningStrategy
-
Uses of MotifPruningStrategy in org.rcsb.strucmotif.config
Methods in org.rcsb.strucmotif.config that return MotifPruningStrategyModifier and TypeMethodDescriptionstatic MotifPruningStrategyReturns the enum constant of this type with the specified name.static MotifPruningStrategy[]MotifPruningStrategy.values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of MotifPruningStrategy in org.rcsb.strucmotif.domain.query
Methods in org.rcsb.strucmotif.domain.query with parameters of type MotifPruningStrategyModifier and TypeMethodDescriptionQueryBuilder.MandatoryBuilder.motifPruningStrategy(MotifPruningStrategy motifPruningStrategy) Specify the motif pruning strategy.