Uses of Class
org.anchoranalysis.feature.session.replace.BoundReplaceStrategy
| Package | Description |
|---|---|
| org.anchoranalysis.feature.session |
A defined context in which one or more features are provided inputs and produce results.
|
-
Uses of BoundReplaceStrategy in org.anchoranalysis.feature.session
Methods in org.anchoranalysis.feature.session with parameters of type BoundReplaceStrategy Modifier and Type Method Description static <T extends FeatureInput>
FeatureCalculatorMulti<T>FeatureSession. with(FeatureList<T> features, FeatureInitialization initialization, Optional<SharedFeatures> sharedFeatures, org.anchoranalysis.core.log.Logger logger, BoundReplaceStrategy<T,? extends ReplaceStrategy<T>> replaceStrategy)Starts a feature-session for a list of features, with particular initialization, and areplaceStrategy.