wt.part
Class PartCombinedPathOccurrence
java.lang.Object
wt.fc.WTObject
wt.fc.ObjectToObjectLink
wt.occurrence.CombinedPathOccurrence
wt.part.PartCombinedPathOccurrence
- All Implemented Interfaces:
- Externalizable, Serializable, BinaryLink, Link, NetFactor, ObjectMappable, Persistable, DisplayIdentification, CombinedOccurrence, Occurrence, PathParentableOccurrence
public final class PartCombinedPathOccurrence
- extends CombinedPathOccurrence
- implements Externalizable
This CombinedPathOccurrence has a name attribute
that can be used to hold a reference designator value.
Use the newPartCombinedPathOccurrence static factory method(s),
not the PartCombinedPathOccurrence 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:
- Serialized Form
newPartCombinedPathOccurrence
public static PartCombinedPathOccurrence newPartCombinedPathOccurrence(PartPathOccurrence parent,
PathParentableOccurrence child)
throws WTException
- This constructor takes both a
parent PartPathOccurrence
and a child PathParentableOccurrence (normally
either a PartPathOccurrence or a PartCombinedPathOccurrence).
Supported API: true
- Parameters:
parent - child -
- Returns:
- PartCombinedPathOccurrence
- Throws:
WTException