Package wt.eff
Class PropagationOptions
java.lang.Object
wt.eff._PropagationOptions
wt.eff.PropagationOptions
- All Implemented Interfaces:
Externalizable,Serializable,wt.fc._NetFactor,wt.fc._ObjectMappable,NetFactor,ObjectMappable
@GenAsObjectMappable(serializable=EXTERNALIZABLE_BASIC,properties={@GeneratedProperty(name="propagateDown",type=boolean.class,initialValue="false",javaDoc="Determines whether the pending effectivity assignment should be propagated down the part structure to children of the resulting item.<p>"),@GeneratedProperty(name="stopAtTraceable",type=boolean.class,initialValue="true",javaDoc="This flag determines whether the effectivity structure propagtion should stop at lower-level traceable parts, or continue on through traceable parts.<p>")})
public class PropagationOptions
extends wt.eff._PropagationOptions
A class to hold propagation options for the assignment of the pending
effectivity to true effectivity.
Use the newPropagationOptions static factory method(s),
not the PropagationOptions constructor, to construct instances
of this class. Instances must be constructed using the static factory(s),
in order to ensure proper initialization of the instance.
Supported API: true
Extendable: false
- See Also:
-
Method Summary