Skip navigation links
A C D E G L O R V 

A

addDataset(Dataset) - Method in interface org.corehunter.services.DatasetServices
Add a new dataset

C

CoreHunterRun - Interface in org.corehunter.services
 
CoreHunterRunArguments - Interface in org.corehunter.services
 
CoreHunterRunServices - Interface in org.corehunter.services
 
CoreHunterRunStatus - Enum in org.corehunter.services
 

D

DatasetServices - Interface in org.corehunter.services
 
deleteCoreHunterRun(String) - Method in interface org.corehunter.services.CoreHunterRunServices
Deletes the current CoreHunterRun and tries to stop the run if it is still running, This method guarantees to be able to delete the run regardless of if it can be stopped.

E

executeCoreHunter(CoreHunterRunArguments) - Method in interface org.corehunter.services.CoreHunterRunServices
Executes a Core Hunter run with the given arguments

G

getAllCoreHunterRuns() - Method in interface org.corehunter.services.CoreHunterRunServices
Gets the current information about all Core Hunter runs
getAllDatasets() - Method in interface org.corehunter.services.DatasetServices
Gets all databases
getCoreHunterData(String) - Method in interface org.corehunter.services.DatasetServices
Gets the CoreHunter data associated with a dataset by unique dataset identifier
getCoreHunterRun(String) - Method in interface org.corehunter.services.CoreHunterRunServices
Gets the current information about the Core Hunter run
getDataset(String) - Method in interface org.corehunter.services.DatasetServices
Gets a single dataset by unique dataset identifier
getDatasetId() - Method in interface org.corehunter.services.CoreHunterRunArguments
 
getEndDate() - Method in interface org.corehunter.services.CoreHunterRun
 
getErrorMessage(String) - Method in interface org.corehunter.services.CoreHunterRunServices
Gets the current error message provides by the run
getErrorStream(String) - Method in interface org.corehunter.services.CoreHunterRunServices
Gets the current error stream provides by the run
getName() - Method in enum org.corehunter.services.CoreHunterRunStatus
 
getObjectives() - Method in interface org.corehunter.services.CoreHunterRunArguments
 
getOriginalData(String, CoreHunterDataType) - Method in interface org.corehunter.services.DatasetServices
Gets the original data upload by the user
getOutputStream(String) - Method in interface org.corehunter.services.CoreHunterRunServices
Gets the current output stream provides by the run
getStartDate() - Method in interface org.corehunter.services.CoreHunterRun
 
getStatus() - Method in interface org.corehunter.services.CoreHunterRun
 
getSubsetSize() - Method in interface org.corehunter.services.CoreHunterRunArguments
 
getSubsetSolution(String) - Method in interface org.corehunter.services.CoreHunterRunServices
Depending on the status the method returns the solution of the run.

L

loadData(Dataset, Path, FileType, CoreHunterDataType, Object...) - Method in interface org.corehunter.services.DatasetServices
Loads the data and associates it with a dataset.

O

org.corehunter.services - package org.corehunter.services
 

R

removeCoreHunterRun(String) - Method in interface org.corehunter.services.CoreHunterRunServices
Removes the current CoreHunterRun and tries to stop the run if it is still running, If the run can not be removed, the client will need to check at date or use the CoreHunterRunServices.removeCoreHunterRun(String) method
removeData(String) - Method in interface org.corehunter.services.DatasetServices
Removes the all the data associated with a dataset
removeDataset(String) - Method in interface org.corehunter.services.DatasetServices
Removes a dataset and all associated data

V

valueOf(String) - Static method in enum org.corehunter.services.CoreHunterRunStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.corehunter.services.CoreHunterRunStatus
Returns an array containing the constants of this enum type, in the order they are declared.
A C D E G L O R V 
Skip navigation links

Copyright © 2016. All rights reserved.