|
Groovy Documentation | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | PROPERTY | METHOD | DETAIL: ENUM CONSTANTS | FIELD | PROPERTY | METHOD |
java.lang.Objectlsst.gruth.grutils.Modification
enum Modification
a when an advice is issued what are the modification by user and automatic comparisons?
Nested Class Summary | |
---|---|
static enum |
Modification.Importance
|
Enum Constant Summary | |
---|---|
ACKNOWLEDGED_NEGATIVE
|
|
ACKNOWLEDGED_POSITIVE
automatic comparison: copied an USER_ACKNOWLEDGED from previous result |
|
COMPARISON_REGRESSION
automatic comparison: regression spotted |
|
CONFUSING_COMPARISON
automatic comparison : incoherent advices and result : does not know which advice to issue |
|
MODIFIED_NEGATIVELY_BY_USER
automatic comparison: copied an USER_REGRESSION advice |
|
MODIFIED_POSITIVELY_BY_USER
user forced a positive result: copied by automatic comparison |
|
ON_HOLD
automatic comparison : copied an USER_ON_HOLD advice |
Property Summary | |
---|---|
java.lang.String |
details
|
Importance |
importance
|
java.lang.String |
simplifiedNotation
|
Constructor Summary | |
Modification(Modification.Importance importance, java.lang.String simplifiedNotation, java.lang.String details)
|
Method Summary | |
---|---|
java.lang.String
|
getDetails()
|
Modification.Importance
|
getImportance()
|
java.lang.String
|
getSimplifiedNotation()
|
Modification
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
Modification
|
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
Modification[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Modification[]
|
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Object | |
---|---|
java.lang.Object#wait(), java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Enum Constant Detail |
---|
Modification ACKNOWLEDGED_NEGATIVE
Modification ACKNOWLEDGED_POSITIVE
Modification COMPARISON_REGRESSION
Modification CONFUSING_COMPARISON
Modification MODIFIED_NEGATIVELY_BY_USER
Modification MODIFIED_POSITIVELY_BY_USER
Modification ON_HOLD
Property Detail |
---|
java.lang.String details
Importance importance
java.lang.String simplifiedNotation
Constructor Detail |
---|
Modification(Modification.Importance importance, java.lang.String simplifiedNotation, java.lang.String details)
Method Detail |
---|
java.lang.String getDetails()
Modification.Importance getImportance()
java.lang.String getSimplifiedNotation()
Modification valueOf(java.lang.String name)
Modification valueOf(java.lang.String name)
Modification[] values()
Modification[] values()
Groovy Documentation