Uses of Interface
wt.occurrence.DocumentationOccurrenceData

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

Classes in wt.occurrence that implement DocumentationOccurrenceData
 class CombinedPathOccurrenceDocumentation
          This DocumentationOccurrenceData allows a CombinedPathOccurrence to have an associated WTDocument version.
 class PathOccurrenceDocumentation
          This DocumentationOccurrenceData allows a PathOccurrence to have an associated WTDocument version.
 class UsesOccurrenceDocumentation
          This DocumentationOccurrenceData allows a UsesOccurrence to have an associated WTDocument version.
 

Methods in wt.occurrence that return DocumentationOccurrenceData
 DocumentationOccurrenceData OccurrenceDocumentReference.getReference()
          Gets the object for the association that plays role: REFERENCE_ROLE.
 

Methods in wt.occurrence with parameters of type DocumentationOccurrenceData
 void OccurrenceDocumentReference.setReference(DocumentationOccurrenceData reference)
          Sets the object for the association that plays role: REFERENCE_ROLE.
static OccurrenceDocumentReference OccurrenceDocumentReference.newOccurrenceDocumentReference(WTDocument doc, DocumentationOccurrenceData reference)
          Default factory for the class.