| Constructor and Description |
|---|
MainController(MainView view)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
editConfig(WizardView wizardView,
EditClassMatchingView editClassMatchingView,
EditPropertyMatchingView editPropertyMatchingView) |
void |
editConfig(WizardView wizardView,
EditPropertyMatchingView editPropertyMatchingView) |
void |
exit()
Terminates the program
|
Config |
getCurrentConfig()
returns the currentConfig
|
void |
loadConfig(File file)
Reads config from file, drops current config
|
void |
map()
Starts the limes-query as a new task and shows the results
|
void |
newConfig(WizardView createWizardView,
EditEndpointsView editEndpointsView,
EditClassMatchingView editClassMatchingView,
EditPropertyMatchingView editPropertyMatchingView)
Opens a new
WizardView an drops the current config |
void |
saveConfig(File file)
Saves current config to a file
|
void |
setCurrentConfig(Config currentConfig)
sets a config and updates the view accordingly
|
void |
showActiveLearning()
Creates a new
MachineLearningView for active learning |
void |
showBatchLearning()
Creates a new
MachineLearningView for batch learning |
void |
showUnsupervisedLearning()
Creates a new
MachineLearningView for unsupervised learning |
public MainController(MainView view)
view - Corresponding Viewpublic void newConfig(WizardView createWizardView, EditEndpointsView editEndpointsView, EditClassMatchingView editClassMatchingView, EditPropertyMatchingView editPropertyMatchingView)
WizardView an drops the current configcreateWizardView - Basic VieweditEndpointsView - EndpointsVieweditClassMatchingView - Classmatching VIeweditPropertyMatchingView - Property Matching Viewpublic void editConfig(WizardView wizardView, EditClassMatchingView editClassMatchingView, EditPropertyMatchingView editPropertyMatchingView)
public void editConfig(WizardView wizardView, EditPropertyMatchingView editPropertyMatchingView)
public void loadConfig(File file)
file - Linkpec-Config File in XML formatpublic void saveConfig(File file)
file - Location to save the Filepublic void exit()
public void map()
public void showBatchLearning()
MachineLearningView for batch learningpublic void showUnsupervisedLearning()
MachineLearningView for unsupervised learningpublic void showActiveLearning()
MachineLearningView for active learningpublic Config getCurrentConfig()
public void setCurrentConfig(Config currentConfig)
currentConfig - Copyright © 2019. All rights reserved.