TrustGrapher
r52
A playabale simulator for modelling trust between agents
|
Public Member Functions | |
OptionsWindow (TrustGrapher trustGrapher) | |
Static Public Member Functions | |
static void | run (TrustGrapher trustGrapher) |
Static Public Attributes | |
static final String | DELAY = "delay" |
Protected Attributes | |
TrustGrapher | trustGrapher |
Package Attributes | |
static final String | SCRUB_MODE = "scrubMode" |
This window lets you select options that pertain to the simulator itself, and not the algorithms. All otpions will be saved to the TrustGrapher properties file, and if the objects that the options pertains to exists, the options will be applied to them. Otherwise, they will be applied when they are created since they check the properties file.
Definition at line 15 of file OptionsWindow.java.
cu.trustGrapher.OptionsWindow.OptionsWindow | ( | TrustGrapher | trustGrapher | ) |
Definition at line 21 of file OptionsWindow.java.
static void cu.trustGrapher.OptionsWindow.run | ( | TrustGrapher | trustGrapher | ) | [static] |
final String cu.trustGrapher.OptionsWindow.DELAY = "delay" [static] |
Definition at line 17 of file OptionsWindow.java.
final String cu.trustGrapher.OptionsWindow.SCRUB_MODE = "scrubMode" [package] |
Definition at line 17 of file OptionsWindow.java.
Definition at line 18 of file OptionsWindow.java.