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.
Namespace: org.opendof.core.oal
Assembly: dof-oal (in dof-oal.dll) Version: 7.0.1.2
Syntax
C#
public Builder( DOFState state )
Parameters
- state
- Type: org.opendof.core.oalDOFState
The DOF.State instance whose parameters to copy. This must not be null.
See Also