A C D E G I L M N O P S U 

A

AlgorithmPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui.analysis
 
AlgorithmPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.AlgorithmPage
Creates a Algorithm page
AnalysisPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui.analysis
 
AnalysisPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.AnalysisPage
Creates a Model page

C

CarbonHomePage - Class in org.wso2.carbon.ml.integration.ui.pages.carbon
Class represent Home page of Carbon Management console
CarbonHomePage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonHomePage
 
CarbonLoginPage - Class in org.wso2.carbon.ml.integration.ui.pages.carbon
Class represent Login page of Carbon Management console
CarbonLoginPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonLoginPage
 
CarbonPage - Class in org.wso2.carbon.ml.integration.ui.pages.carbon
Base class for various Pages of Carbon management console
CarbonPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonPage
Creates a dataset summary page
carbonUIElementMapper - Variable in class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonPage
 
CarbonUIPageCreationException - Exception in org.wso2.carbon.ml.integration.ui.pages.exceptions
 
CarbonUIPageCreationException(String) - Constructor for exception org.wso2.carbon.ml.integration.ui.pages.exceptions.CarbonUIPageCreationException
 
CarbonUIPageCreationException(String, Throwable) - Constructor for exception org.wso2.carbon.ml.integration.ui.pages.exceptions.CarbonUIPageCreationException
 
createAnalysis(String) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLProjectsPage
Create a new analysis and return the Preprocess page
createDataset() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLDatasetsPage
Create a new DataImportPage
createDataset() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIHomePage
Create a new Dataset
createDatasetVersion(String) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLDatasetsPage
Create a new DatasetVersionPage
createModel() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.AnalysisPage
Create a new model from existing analysis Redirect to Model page
createNewProject(String, String, String) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.NewProjectPage
Create a new project
createProject() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLProjectsPage
Create a NewProjectPage
createProject() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIHomePage
Create a new Project

D

DataImportPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
DataImportPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.DataImportPage
Creates a data import page
DatasetSummaryPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
DatasetSummaryPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.DatasetSummaryPage
Creates a dataset summary page
DatasetVersionPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
DatasetVersionPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.DatasetVersionPage
Creates a DatasetVersionPage
driver - Variable in class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonPage
 
driver - Variable in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
 

E

expandDatasetVersions() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLDatasetsPage
Expand the versions of the dataset
ExplorePage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui.analysis
 
ExplorePage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.ExplorePage
Creates a Explore page

G

getDriver() - Method in class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonPage
Gets the web driver of the page.
getDriver() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.DatasetSummaryPage
Gets the web driver of the page.
getDriver() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
Gets the web driver of the page.
getElementCount(By) - Method in class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonPage
Count the number of given elements in the page
getElementCount(By) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
Count the number of given elements in the page

I

importData(File, String, String, String, String, String, String) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.DataImportPage
Import dataset
InvalidPageException - Exception in org.wso2.carbon.ml.integration.ui.pages.exceptions
 
InvalidPageException(String) - Constructor for exception org.wso2.carbon.ml.integration.ui.pages.exceptions.InvalidPageException
 
InvalidPageException(String, Throwable) - Constructor for exception org.wso2.carbon.ml.integration.ui.pages.exceptions.InvalidPageException
 
isElementPresent(By) - Method in class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonPage
This method check whether the given element is present in the page
isElementPresent(By) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
This method check whether the given element is present in the page
isEnabled(By) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
This method checks whether the element is enabled

L

loginAs(String, String) - Method in class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonLoginPage
Logs into the Carbon Console using user credentials.
loginAs(String, String) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUILoginPage
Provide facility to log into the ml UI using user credentials
logout() - Method in class org.wso2.carbon.ml.integration.ui.pages.carbon.CarbonHomePage
Logout from the Carbon console.
logout() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIHomePage
Logout from the ml UI

M

MLDatasetsPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
MLDatasetsPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.MLDatasetsPage
Creates a MLDatasets page
MLProjectsPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
MLProjectsPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.MLProjectsPage
Creates a MLProjects page
mlUIElementMapper - Variable in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
 
MLUIHomePage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
MLUIHomePage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIHomePage
Creates a reference to the home page
MLUILoginPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
MLUILoginPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUILoginPage
Creates a reference to the login page
MLUIPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
MLUIPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
Creates a dataset summary page
MLUIPageCreationException - Exception in org.wso2.carbon.ml.integration.ui.pages.exceptions
 
MLUIPageCreationException(String) - Constructor for exception org.wso2.carbon.ml.integration.ui.pages.exceptions.MLUIPageCreationException
 
MLUIPageCreationException(String, Throwable) - Constructor for exception org.wso2.carbon.ml.integration.ui.pages.exceptions.MLUIPageCreationException
 
ModelPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui.analysis
 
ModelPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.ModelPage
Creates a Model page

N

NewProjectPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui
 
NewProjectPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.NewProjectPage
Creates a NewProject page
next() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.AlgorithmPage
Create ParametersPage
next() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.ExplorePage
Create AlgorthmPage
next(String) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.ModelPage
Create AnalysisPage
next() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.ParametersPage
Create ModelPage
next() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.PreprocessPage
Create ExplorePage

O

org.wso2.carbon.ml.integration.ui.pages.carbon - package org.wso2.carbon.ml.integration.ui.pages.carbon
 
org.wso2.carbon.ml.integration.ui.pages.exceptions - package org.wso2.carbon.ml.integration.ui.pages.exceptions
 
org.wso2.carbon.ml.integration.ui.pages.mlui - package org.wso2.carbon.ml.integration.ui.pages.mlui
 
org.wso2.carbon.ml.integration.ui.pages.mlui.analysis - package org.wso2.carbon.ml.integration.ui.pages.mlui.analysis
 

P

ParametersPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui.analysis
 
ParametersPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.ParametersPage
Creates a Parameters page
PreprocessPage - Class in org.wso2.carbon.ml.integration.ui.pages.mlui.analysis
 
PreprocessPage(WebDriver) - Constructor for class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.PreprocessPage
Creates a Preprocess page
previous() - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.analysis.ModelPage
Create ParametersPage

S

sleepTillPageFound(By) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.MLUIPage
Sleep till redirected to this page

U

uploadDatasetVersion(File, String, String, String) - Method in class org.wso2.carbon.ml.integration.ui.pages.mlui.DatasetVersionPage
Upload dataset version
A C D E G I L M N O P S U 

Copyright © 2015 WSO2, Inc.. All rights reserved.