Package | Description |
---|---|
it.uniroma1.lcl.babelfy.commons |
Modifier and Type | Method and Description |
---|---|
BabelfyParameters.ScoredCandidates |
BabelfyParameters.getScoredCandidates()
Returns the scoredCandidates type
|
static BabelfyParameters.ScoredCandidates |
BabelfyParameters.ScoredCandidates.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BabelfyParameters.ScoredCandidates[] |
BabelfyParameters.ScoredCandidates.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
BabelfyParameters.setScoredCandidates(BabelfyParameters.ScoredCandidates scoredCandidates)
Sets the scoredCandidates type
|