Factory: | org.bzdev.drama.DomainMemberFactory | |||||
---|---|---|---|---|---|---|
Parameter | Types (optional keytype) (value type) |
Range | RV Mode | Add/Set | ||
|
org.bzdev.drama.Domain java.lang.Boolean |
N/A | false | set | ||
A domain table giving actors' domains | ||||||
This parameter represents a table whose key is a domain to be added to a domain member on behalf of its actors. The value is a boolean that indicates if conditions are to be observed. Conditions are observed if the value is true and are not observed if the value is false . | ||||||
|
(none) | N/A | false | set | ||
Clear all domains associated with an actor | ||||||
|
int | N/A | false | add | ||
Timeline entries (use only to clear) | ||||||
This is an integer-keyed set of values that define changes in an object's configuration. Subclasses may provide additional timeline parameters. | ||||||
|
int java.lang.Double |
[-∞, ∞] | false | set | ||
The time for a timeline entry | ||||||
This parameter must be provided if a timeline entry exists. The units are those used by the double-precession time unit for the simulation (for animations, this is generally seconds). | ||||||
|
int org.bzdev.devqsim.TraceSetMode |
N/A | false | set | ||
The trace-set mode for a timeline entry | ||||||
This parameter indicates how the trace sets associated with a timeline entry should be interpreted. The values are an enumeration whose type is org.bzdev.devqsim.TraceSetMode and are used as follows:
| ||||||
|
int org.bzdev.devqsim.TraceSet |
N/A | false | add | ||
The trace sets for a timeline entry | ||||||
This parameter represents a set of TraceSet objects (the three-argument add method is used to add entries). How the entries are interpreted depends on the trace set mode for this timeline entry. | ||||||
|
org.bzdev.devqsim.TraceSet | N/A | false | add | ||
A set of TraceSet objects, used for tracing | ||||||
This parameter provides a set of TraceSets a SimObject will use for tracing. One should use the add and remove factory methods as this parameter refers to a set of values. |