Package | Description |
---|---|
edu.usc.ict.iago.agent | |
edu.usc.ict.iago.utils |
Modifier and Type | Method and Description |
---|---|
protected Preference |
AgentUtilsExtension.dequeuePref()
Removes the 0th element in the preferences queue.
|
(package private) Preference |
AgentUtilsExtension.randomPref()
Finds a random, accurate preference
|
Modifier and Type | Method and Description |
---|---|
protected void |
AgentUtilsExtension.addPref(Preference p)
Adds the given preference to the list of preferences.
|
protected static java.lang.String |
IAGOCoreMessage.prefToEnglish(Preference preference,
GameSpec game) |
Modifier and Type | Method and Description |
---|---|
Preference |
Event.getPreference()
Provides the preference stored in the Event that calls the method.
|
Preference |
GameSpec.getPreference(int issue1,
int issue2,
int ID)
Returns a preference relationship between input items for a specified player
|
Modifier and Type | Method and Description |
---|---|
void |
Event.encodePreferenceData(Preference preference)
Specialized method for sending messages as the more easily parsable Preference class.
|
Constructor and Description |
---|
Preference(Preference pref)
Constructor for Preference that makes a copy of another Preference.
|