wt.part
Class PartCombinedPathOccurrence

java.lang.Object
  extended by wt.fc.WTObject
      extended by wt.fc.ObjectToObjectLink
          extended by wt.occurrence.CombinedPathOccurrence
              extended by 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

Field Summary
 
Fields inherited from interface wt.occurrence.Occurrence
NAME, OCCURRENCE_DATA_VECTOR
 
Method Summary
static PartCombinedPathOccurrence newPartCombinedPathOccurrence(PartPathOccurrence parent, PathParentableOccurrence child)
          This constructor takes both a parent PartPathOccurrence and a child PathParentableOccurrence (normally either a PartPathOccurrence or a PartCombinedPathOccurrence).
 
Methods inherited from class wt.occurrence.CombinedPathOccurrence
getName, getOccurrenceDataVector, setName, setOccurrenceDataVector
 
Methods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

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