public class ScoringElement extends Object implements Serializable
Constructor and Description |
---|
ScoringElement()
Instantiates a new Scoring element.
|
Modifier and Type | Method and Description |
---|---|
Condition |
getCondition()
Retrieves the condition.
|
int |
getValue()
Retrieves the value.
|
void |
setCondition(Condition condition)
Sets the condition.
|
void |
setValue(int value)
Sets the value.
|
public Condition getCondition()
public void setCondition(Condition condition)
condition
- the conditionpublic int getValue()
public void setValue(int value)
value
- the valueCopyright © 2014–2023 Apache Software Foundation. All rights reserved.