|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AlgorithmEnum | |
---|---|
org.opentox.algorithm | |
org.opentox.algorithm.reporting | |
org.opentox.database | |
org.opentox.interfaces | |
org.opentox.resource |
Uses of AlgorithmEnum in org.opentox.algorithm |
---|
Fields in org.opentox.algorithm declared as AlgorithmEnum | |
---|---|
private AlgorithmEnum[] |
AlgorithmEnum.IteratorImpl.values
|
Methods in org.opentox.algorithm that return AlgorithmEnum | |
---|---|
static AlgorithmEnum |
AlgorithmEnum.getAlgorithmEnum(java.lang.String name)
Returns the AlgorithmEnum enumeration element which has a certain name. |
static AlgorithmEnum |
AlgorithmEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static AlgorithmEnum[] |
AlgorithmEnum.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Uses of AlgorithmEnum in org.opentox.algorithm.reporting |
---|
Methods in org.opentox.algorithm.reporting with parameters of type AlgorithmEnum | |
---|---|
org.restlet.representation.Representation |
AlgorithmReporter.formatedRepresntation(org.restlet.data.MediaType media,
AlgorithmEnum algorithm)
|
private static java.util.ArrayList<AlgorithmParameter> |
AlgorithmReporter.Parameters(AlgorithmEnum algorithm)
|
private static java.util.ArrayList<java.lang.String> |
AlgorithmReporter.statisticsSupported(AlgorithmEnum algorithm)
|
Uses of AlgorithmEnum in org.opentox.database |
---|
Methods in org.opentox.database that return AlgorithmEnum | |
---|---|
AlgorithmEnum |
ModelsTable.getAlgorithm(java.lang.String ID)
Returns an AlgorithmEnum
characterization of a given model. |
Uses of AlgorithmEnum in org.opentox.interfaces |
---|
Methods in org.opentox.interfaces with parameters of type AlgorithmEnum | |
---|---|
org.restlet.representation.Representation |
IAlgorithmReporter.formatedRepresntation(org.restlet.data.MediaType media,
AlgorithmEnum algorithm)
Formatted representation of an algorithm given the algorithm and the desired MIME type. |
Uses of AlgorithmEnum in org.opentox.resource |
---|
Fields in org.opentox.resource declared as AlgorithmEnum | |
---|---|
private AlgorithmEnum |
Algorithm.algorithm
The id of the regression algorithm. |
private AlgorithmEnum |
ModelResource.algorithm
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |