interface DescriptionOption
Option step which allows to specify the description which will be used to describe the feature.
open fun feature(featureRepresentation: () -> String): FeatureExtractor.ParameterObjectOption
Uses the given featureRepresentation as description. |
|
open fun methodCall(methodName: String, vararg arguments: Any?): FeatureExtractor.ParameterObjectOption
Uses coreFactory.newMethodCallFormatter to create a description of a method call with the given methodName and the given arguments. |
|
abstract fun withDescription(translatable: Translatable): FeatureExtractor.ParameterObjectOption
Uses the given translatable as description of the feature. |