Class FeatureListEvaluator<T extends FeatureInput>
Object
- Type Parameters:
T- feature input-type
public class FeatureListEvaluator<T extends FeatureInput>
extends FeatureRelatedBean<FeatureListEvaluator<T>>
Defines a list of features and provides a means to calculate inputs for it, a session.
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreateFeatureSession(UnaryOperator<FeatureList<T>> addFeatures, SharedObjects sharedObjects) Creates session for evaluatingfeatures.A list of providers, combined together to form a list of features, to be calculated in a session.voidsetFeatures(List<FeatureProvider<T>> features) A list of providers, combined together to form a list of features, to be calculated in a session.Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
FeatureListEvaluator
public FeatureListEvaluator()
-
-
Method Details
-
getFeatures
A list of providers, combined together to form a list of features, to be calculated in a session. -
setFeatures
A list of providers, combined together to form a list of features, to be calculated in a session.