TrustGrapher  r52
A playabale simulator for modelling trust between agents
cu.trustGrapher.OptionsWindow Class Reference
Collaboration diagram for cu.trustGrapher.OptionsWindow:

List of all members.

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"

Detailed Description

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.

Author:
Andrew O'Hara

Definition at line 15 of file OptionsWindow.java.


Constructor & Destructor Documentation

cu.trustGrapher.OptionsWindow.OptionsWindow ( TrustGrapher  trustGrapher)

Definition at line 21 of file OptionsWindow.java.

Here is the call graph for this function:

Here is the caller graph for this function:


Member Function Documentation

static void cu.trustGrapher.OptionsWindow.run ( TrustGrapher  trustGrapher) [static]

Definition at line 47 of file OptionsWindow.java.

Here is the call graph for this function:


Member Data Documentation

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.


The documentation for this class was generated from the following file: