wt.occurrence
Interface OccurrenceDataMultiplicityDelegate


public interface OccurrenceDataMultiplicityDelegate

This delegate interface specifies a family of delegates that determine how many OccurrenceData, UsesOccurrenceData or PathOccurrenceData objects may be created of a particular type.

Supported API: false

Extendable: false


Method Summary
 int getMultiplicity()
          Returns the number of OccurrenceData objects of a particular type that can exist for a particular Occurrence object.
 

Method Detail

getMultiplicity

public int getMultiplicity()
Returns the number of OccurrenceData objects of a particular type that can exist for a particular Occurrence object.

Supported API: false

Returns:
int