public class ActiveLearningResultView extends Object
| Modifier and Type | Field and Description |
|---|---|
javafx.scene.control.ProgressIndicator |
learnProgress |
| Constructor and Description |
|---|
ActiveLearningResultView(Config c,
ActiveLearningModel m,
MainController mainController)
Default constructor builds the view
|
| Modifier and Type | Method and Description |
|---|---|
ActiveLearningResultController |
getActiveLearningResultController()
returns the corresponding controller
|
javafx.scene.control.TableView<ActiveLearningResult> |
getMatchingTable()
returns the matching table
|
void |
showResults(javafx.collections.ObservableList<ActiveLearningResult> results)
updates the view with the results
|
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 ActiveLearningResultView(Config c, ActiveLearningModel m, MainController mainController)
c - configm - modelmainController - mainControllerpublic void showResults(javafx.collections.ObservableList<ActiveLearningResult> results)
results - results fo active learningpublic void showSourceInstance(javafx.collections.ObservableList<InstanceProperty> instanceProperty)
instanceProperty - List of Source-InstancePropertiespublic void showTargetInstance(javafx.collections.ObservableList<InstanceProperty> instanceProperty)
instanceProperty - List of Target-InstancePropertiespublic ActiveLearningResultController getActiveLearningResultController()
public javafx.scene.control.TableView<ActiveLearningResult> getMatchingTable()
Copyright © 2019. All rights reserved.