Package | Description |
---|---|
edu.usc.ict.iago.utils |
Modifier and Type | Method and Description |
---|---|
Preference.Relation |
Preference.getRelation()
returns the relation of the Preference.
|
static Preference.Relation |
Preference.Relation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Preference.Relation[] |
Preference.Relation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Preference.setRelation(Preference.Relation relation)
Sets the relation of the preference.
|
Constructor and Description |
---|
Preference(int issue1,
int issue2,
Preference.Relation relation,
boolean isQuery)
Creates a preference that stores the issue numbers, a simple relation, and whether the preference represents a query or a statement.
|