public class ResultView extends Object
| Constructor and Description |
|---|
ResultView(Config config)
Constructor
|
ResultView(Config config,
LinkSpecification learnedLS,
MainController mainController) |
| Modifier and Type | Method and Description |
|---|---|
AMapping |
getMapping()
returns the mapping
|
void |
setMapping(AMapping mapping)
sets mapping
|
void |
showResults(javafx.collections.ObservableList<Result> results,
AMapping resultMapping)
Puts the Results of a LIMES-query in the Table table and makes the
saveLinkSpecButton visible |
void |
showSourceInstance(javafx.collections.ObservableList<InstanceProperty> instanceProperty)
Show the Items of instanceProperty in sourceInstanceTable
|
void |
showTargetInstance(javafx.collections.ObservableList<InstanceProperty> instanceProperty)
Show the Items of instanceProperty in targetInstanceTable
|
public ResultView(Config config)
config - the current configpublic ResultView(Config config, LinkSpecification learnedLS, MainController mainController)
public void showResults(javafx.collections.ObservableList<Result> results, AMapping resultMapping)
saveLinkSpecButton visibleresults - List of the Limes results following the Model of Resultspublic void showSourceInstance(javafx.collections.ObservableList<InstanceProperty> instanceProperty)
instanceProperty - List of Source-InstancePropertiespublic void showTargetInstance(javafx.collections.ObservableList<InstanceProperty> instanceProperty)
instanceProperty - List of Target-InstancePropertiespublic AMapping getMapping()
public void setMapping(AMapping mapping)
mapping - mappingCopyright © 2019. All rights reserved.