public class AlgorithmGeneratorServiceImpl extends Object implements AlgorithmGeneratorService
| Constructor and Description |
|---|
AlgorithmGeneratorServiceImpl(DataService dataService,
UnitResolver unitResolver,
AlgorithmTemplateService algorithmTemplateService) |
| Modifier and Type | Method and Description |
|---|---|
GeneratedAlgorithm |
generate(Attribute targetAttribute,
Hits<ExplainedAttribute> sourceAttributes,
EntityType targetEntityType,
EntityType sourceEntityType) |
String |
generate(Attribute targetAttribute,
List<Attribute> sourceAttributes,
EntityType targetEntityType,
EntityType sourceEntityType) |
public AlgorithmGeneratorServiceImpl(DataService dataService, UnitResolver unitResolver, AlgorithmTemplateService algorithmTemplateService)
public String generate(Attribute targetAttribute, List<Attribute> sourceAttributes, EntityType targetEntityType, EntityType sourceEntityType)
generate in interface AlgorithmGeneratorServicepublic GeneratedAlgorithm generate(Attribute targetAttribute, Hits<ExplainedAttribute> sourceAttributes, EntityType targetEntityType, EntityType sourceEntityType)
generate in interface AlgorithmGeneratorServiceCopyright © 2018 Pivotal Software, Inc.. All rights reserved.