Factory:org.bzdev.bikeshare.ExtDomainFactory
Parameter Types
(optional keytype)
(value type)
Range RV Mode Add/Set
communicationDomainType
Communication-Domain Type
java.lang.String N/A false set
Communication-Domain Type
The value of this parameter, if provided, is the communication-domain type for a domain. Communication-domain types are strings, but use a more efficient mechanism than string comparisons to determine if there is a match.
condition
Condition
org.bzdev.drama.Condition N/A false add
A condition that a domain observes
The value of this parameter is a set of conditions that a domain observes.
msgForwardingInfo
Message Forwarding Info
org.bzdev.drama.generic.GenericMsgFrwdngInfo N/A false set
Message forwarding info
The value of this parameter is a message-forwarding-info object. This object is used by communication domains to determine message filters and message delays.
timeline
Timeline
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.
timeline.time
Time
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).
timeline.traceSetMode
TraceSet Mode
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:
  • KEEP - keep the existing trace sets, adding additional ones specified by the parameter timeline.traceSets.
  • REMOVE - remove the trace sets specified by the parameter timeline.traceSets.
  • REPLACE - remove all existing trace sets and replace those with the ones specified by the timeline.traceSets parameter.
timeline.traceSets
Trace Sets
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.
traceSets
Trace Sets
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.