| Package | Description |
|---|---|
| org.molgenis.semanticmapper.algorithmgenerator.bean | |
| org.molgenis.semanticmapper.controller | |
| org.molgenis.semanticmapper.mapping.model |
| Modifier and Type | Method and Description |
|---|---|
abstract AttributeMapping.AlgorithmState |
GeneratedAlgorithm.getAlgorithmState() |
| Modifier and Type | Method and Description |
|---|---|
static GeneratedAlgorithm |
GeneratedAlgorithm.create(String algorithm,
Set<Attribute> sourceAttributes,
AttributeMapping.AlgorithmState algorithmState) |
| Modifier and Type | Method and Description |
|---|---|
String |
MappingServiceController.saveAttributeMapping(String mappingProjectId,
String target,
String source,
String targetAttribute,
String algorithm,
AttributeMapping.AlgorithmState algorithmState)
Adds a new
AttributeMapping to an EntityMapping. |
| Modifier and Type | Method and Description |
|---|---|
FirstAttributeMappingInfo |
MappingServiceController.getFirstAttributeMappingInfo(String mappingProjectId,
String target,
List<AttributeMapping.AlgorithmState> skipAlgorithmStates,
org.springframework.ui.Model model)
Find the firstattributeMapping skip the the algorithmStates that are given in the
AttributeMapping to an EntityMapping. |
| Modifier and Type | Method and Description |
|---|---|
AttributeMapping.AlgorithmState |
AttributeMapping.getAlgorithmState() |
static AttributeMapping.AlgorithmState |
AttributeMapping.AlgorithmState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AttributeMapping.AlgorithmState[] |
AttributeMapping.AlgorithmState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AttributeMapping.setAlgorithmState(AttributeMapping.AlgorithmState algorithmState) |
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.