Modifier and Type | Method and Description |
---|---|
AlgorithmType |
Resource.getAlgorithm() |
AlgorithmType |
AquaMapsObject.getAlgorithmType() |
static AlgorithmType |
Resource.getDefaultAlgorithmType() |
Modifier and Type | Method and Description |
---|---|
void |
Resource.setAlgorithm(AlgorithmType algorithm) |
void |
AquaMapsObject.setAlgorithmType(AlgorithmType algorithmType) |
Modifier and Type | Method and Description |
---|---|
ArrayList<AlgorithmType> |
SourceGenerationRequest.getAlgorithms() |
Modifier and Type | Method and Description |
---|---|
void |
SourceGenerationRequest.setAlgorithms(ArrayList<AlgorithmType> algorithms) |
Modifier and Type | Method and Description |
---|---|
static AlgorithmType |
Resource.getDefaultAlgorithmType() |
Modifier and Type | Method and Description |
---|---|
static AlgorithmType |
AlgorithmType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AlgorithmType[] |
AlgorithmType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All Rights Reserved.