Package wt.occurrence

Interface OccurrenceableLinkTerminationDelegate

All Known Implementing Classes:
DefaultIteratedUsageLinkTerminationDelegate

public interface OccurrenceableLinkTerminationDelegate


Supported API: true

Extendable: true
  • Method Details

    • requiresRootPathOccurrence

      boolean requiresRootPathOccurrence(OccurrenceableLink occurrenceableLink)
      Tests to see if the given OccurrenceableLink requires a root PathOccurrence (one which allows no subPath).

      Supported API: true
      Parameters:
      occurrenceableLink -
      Returns:
      boolean
    • requiresTerminalPathOccurrence

      boolean requiresTerminalPathOccurrence(OccurrenceableLink occurrenceableLink)
      Tests to see if the given OccurrenceableLink requires a terminal PathOccurrence (one which allows no superPaths).

      Supported API: true
      Parameters:
      occurrenceableLink -
      Returns:
      boolean