Uses of Class
wt.occurrence.PathOccurrenceDataMaster

Packages that use PathOccurrenceDataMaster
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 PathOccurrenceDataMaster in wt.occurrence
 

Methods in wt.occurrence that return PathOccurrenceDataMaster
static PathOccurrenceDataMaster PathOccurrenceDataMaster.newPathOccurrenceDataMaster()
          Default factory for the class.
 PathOccurrenceDataMaster PathMasterIteration.getMaster()
          Gets the object for the association that plays role: MASTER_ROLE.
 

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