Uses of Class
wt.occurrence.CombinedPathOccurrenceDataMaster

Packages that use CombinedPathOccurrenceDataMaster
wt.occurrence Defines the capability to uniquely distinguish one occurrence of an object within some complex structure from another occurrence of that same object within the same structure using OccurrenceService
 

Uses of CombinedPathOccurrenceDataMaster in wt.occurrence
 

Methods in wt.occurrence that return CombinedPathOccurrenceDataMaster
static CombinedPathOccurrenceDataMaster CombinedPathOccurrenceDataMaster.newCombinedPathOccurrenceDataMaster()
          Default factory for the class.
 CombinedPathOccurrenceDataMaster CombinedPathMasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

Methods in wt.occurrence with parameters of type CombinedPathOccurrenceDataMaster
protected  boolean CombinedPathOccurrenceDataMaster.readVersion(CombinedPathOccurrenceDataMaster thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
 void CombinedPathMasterIteration.setMaster(CombinedPathOccurrenceDataMaster master)
          Sets the object for the association that plays role: MASTER_ROLE.
static CombinedPathMasterIteration CombinedPathMasterIteration.newCombinedPathMasterIteration(CombinedPathOccurrenceDataMaster master, CombinedPathOccurrenceData iteration)
          Default factory for the class.