Uses of Class
com.logicaldoc.gui.frontend.client.ai.model.GUIModel
Packages that use GUIModel
Package
Description
-
Uses of GUIModel in com.logicaldoc.gui.frontend.client.ai
Methods in com.logicaldoc.gui.frontend.client.ai that return GUIModelModifier and TypeMethodDescriptionAIService.cloneModel(long modelId, String newName) Clones a modelAIService.getModel(long modelId) Retrieves a model from the data layerAIService.importModel(String modelName) Imports a new modelCreates or updates a modelMethods in com.logicaldoc.gui.frontend.client.ai that return types with arguments of type GUIModelMethods in com.logicaldoc.gui.frontend.client.ai with parameters of type GUIModelModifier and TypeMethodDescriptionCreates or updates a modelvoidAIServiceAsync.saveModel(GUIModel model, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) Method parameters in com.logicaldoc.gui.frontend.client.ai with type arguments of type GUIModelModifier and TypeMethodDescriptionvoidAIServiceAsync.cloneModel(long modelId, String newName, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) voidAIServiceAsync.getModel(long modelId, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) voidvoidAIServiceAsync.importModel(String modelName, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) voidAIServiceAsync.saveModel(GUIModel model, com.google.gwt.user.client.rpc.AsyncCallback<GUIModel> callback) -
Uses of GUIModel in com.logicaldoc.gui.frontend.client.ai.model
Methods in com.logicaldoc.gui.frontend.client.ai.model that return GUIModelMethods in com.logicaldoc.gui.frontend.client.ai.model with parameters of type GUIModelModifier and TypeMethodDescriptionvoidvoidModelEvaluation.onModelChanged(GUIModel mdl) voidModelObserver.onModelChanged(GUIModel model) Called when something changes in the modelvoidModelTraining.onModelChanged(GUIModel mdl) voidvoidModelsPanel.updateRecord(GUIModel model) Updates the selected rec with new dataConstructors in com.logicaldoc.gui.frontend.client.ai.model with parameters of type GUIModelModifierConstructorDescriptionModelEvaluation(GUIModel model, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ModelProperties(GUIModel model, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) ModelStats(GUIModel model) ModelTraining(GUIModel model, com.smartgwt.client.widgets.form.fields.events.ChangedHandler changedHandler) QueryDialog(GUIModel model)