Package wt.occurrence
Interface OccurrenceableLinkTerminationDelegate
- All Known Implementing Classes:
DefaultIteratedUsageLinkTerminationDelegate
public interface OccurrenceableLinkTerminationDelegate
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionbooleanrequiresRootPathOccurrence(OccurrenceableLink occurrenceableLink) Tests to see if the givenOccurrenceableLinkrequires a rootPathOccurrence(one which allows nosubPath).booleanrequiresTerminalPathOccurrence(OccurrenceableLink occurrenceableLink) Tests to see if the givenOccurrenceableLinkrequires a terminalPathOccurrence(one which allows nosuperPaths).
-
Method Details
-
requiresRootPathOccurrence
Tests to see if the givenOccurrenceableLinkrequires a rootPathOccurrence(one which allows nosubPath).
Supported API: true- Parameters:
occurrenceableLink-- Returns:
- boolean
-
requiresTerminalPathOccurrence
Tests to see if the givenOccurrenceableLinkrequires a terminalPathOccurrence(one which allows nosuperPaths).
Supported API: true- Parameters:
occurrenceableLink-- Returns:
- boolean
-