public interface IJudgement
This documentation describes the current draft of the PC2 API, which is subject to change.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Check whether this Judgement is the same as some other Judgement.
|
String |
getAcronym()
Get the judgement acronym.
|
String |
getName()
Get the name for this judgement.
|
int |
hashCode()
Get the hashcode associated with this client.
|
String getName()
String getAcronym()
boolean equals(Object obj)
Determination of whether two Judgements are equal is based on whether they refer to the
same Judgement as originally created in PC2 by the Contest Administrator.
Note in particular that subsequent changes to a Judgement
made by the Contest Administrator (for example,
changes to the Judgement name) do not affect the result of the
equals()
method; if this Judgement refers to the same Judgement as the one indicated by the
specified parameter, this method will return true regardless of whether the internal contents of the two
Judgement objects is identical or not.