Package wt.occurrence

Interface PathOccurrenceContextFilterDelegate

All Known Implementing Classes:
AllPathOccurrenceContextFilterDelegate, LastPathOccurrenceContextFilterDelegate

public interface PathOccurrenceContextFilterDelegate
This delegate filters a Vector of PathOccurrenceContext objects based on which contexts should have OccurrenceData associated with them.

Supported API: true

Extendable: true
  • Method Summary

    Modifier and Type
    Method
    Description
    filterOccurrenceContexts(Vector occurrenceContexts)
    Provide filtered occurrence contexts

    Supported API: true