public class AnalysisConfiguration extends Configuration
| Modifier and Type | Class and Description |
|---|---|
static class |
AnalysisConfiguration.AnalysisConfigurationBuilder
Builder to create a
AnalysisConfiguration instance. |
| Constructor and Description |
|---|
AnalysisConfiguration()
Creates a configuration that suppresses the grading.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static AnalysisConfiguration |
from(net.sf.json.JSONObject json)
Converts the specified JSON object to a new instance if
AnalysisConfiguration. |
int |
getErrorImpact() |
int |
getHighImpact() |
int |
getLowImpact() |
int |
getNormalImpact() |
int |
hashCode() |
void |
setErrorImpact(int errorImpact) |
void |
setHighImpact(int highImpact) |
void |
setLowImpact(int lowImpact) |
void |
setNormalImpact(int weightNormal) |
getMaxScore, setMaxScorepublic AnalysisConfiguration()
public static AnalysisConfiguration from(net.sf.json.JSONObject json)
AnalysisConfiguration.json - the json object to convertAnalysisConfiguration instancepublic int getErrorImpact()
public void setErrorImpact(int errorImpact)
public int getHighImpact()
public void setHighImpact(int highImpact)
public int getNormalImpact()
public void setNormalImpact(int weightNormal)
public void setLowImpact(int lowImpact)
public int getLowImpact()
public boolean equals(Object o)
equals in class Configurationpublic int hashCode()
hashCode in class ConfigurationCopyright © 2016–2020. All rights reserved.