Builder Constructor OpenDOF Object Access Library
Overload List

  NameDescription
Public methodDOFConfigBuilder
Constructs a Builder with configuration parameters set to their defaults.
Public methodDOFConfigBuilder(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.

Public methodDOFConfigBuilder(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.

Top
See Also

Reference