Overload List
Name | Description | |
---|---|---|
![]() | DOFConfigBuilder | Constructs a Builder with configuration parameters set to their defaults.
|
![]() | DOFConfigBuilder(DOFConfig) |
Copies configuration parameters from a
Config
and constructs a Builder with the same initial configuration
parameters.
Because each DOF must have a unique name and a unique source identifier, they are reset to null. You can set a
new name using
setName(string)
and a new source identifier using
setSourceID(Source)
. If you leave the name or sourceID value at null,
a unique name or source identifier will be randomly generated when a DOF is created from the new DOF.Config.
|
![]() | DOFConfigBuilder(DOFState) |
Copies configuration parameters from a
State
and constructs a Builder with the same initial configuration
parameters.
Because each DOF must have a unique name and a unique source identifier, they are reset to null. You can set a
new name using
setName(string)
and a new source identifier using
setSourceID(Source)
. If you leave the name or sourceID value at null,
a unique name or source identifier will be randomly generated when a DOF is created from the new DOF.Config.
|
See Also