|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectwt.occurrence.OccurrenceHelper
public class OccurrenceHelper
This helper is used to access an implementation of OccurrenceService
via the static reference OccurrenceHelper.service.
Supported API: true
Extendable: false
| Field Summary | |
|---|---|
static OccurrenceService |
service
Supported API: true |
| Method Summary | |
|---|---|
static boolean |
hasTerminalParentPathOccurrence(CombinedPathOccurrence combinedPathOccurrence)
Tests to see if the given CombinedPathOccurrence has
a terminal parent PathOccurrence (one which allows no superPaths). |
static boolean |
isRoot(PathOccurrence pathOccurrence)
Tests to see if the given PathOccurrence is a root (meaning
that it allows no subPath). |
static boolean |
isTerminal(PathOccurrence pathOccurrence)
Tests to see if the given PathOccurrence is terminal
(meaning that it allows no superPaths). |
static boolean |
requiresRootPathOccurrence(OccurrenceableLink occurrenceableLink)
Tests to see if the given Occurrenceable requires a root
PathOccurrence (one which allows no subPath). |
static boolean |
requiresRootPathOccurrence(UsesOccurrence usesOccurrence)
Tests to see if the given UsesOccurrence requires a root
PathOccurrence (one which allows no subPath). |
static boolean |
requiresTerminalPathOccurrence(OccurrenceableLink occurrenceableLink)
Tests to see if the given OccurrenceableLink requires
a terminal PathOccurrence (one which allows no superPaths). |
static boolean |
requiresTerminalPathOccurrence(UsesOccurrence usesOccurrence)
Tests to see if the given UsesOccurrence requires a terminal
PathOccurrence (one which allows no superPaths). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final OccurrenceService service
| Method Detail |
|---|
public static boolean isRoot(PathOccurrence pathOccurrence)
throws WTException
PathOccurrence is a root (meaning
that it allows no subPath).
pathOccurrence -
WTException
public static boolean isTerminal(PathOccurrence pathOccurrence)
throws WTException
PathOccurrence is terminal
(meaning that it allows no superPaths).
pathOccurrence -
WTException
public static boolean requiresRootPathOccurrence(OccurrenceableLink occurrenceableLink)
throws WTException
Occurrenceable requires a root
PathOccurrence (one which allows no subPath).
occurrenceableLink -
WTException
public static boolean requiresRootPathOccurrence(UsesOccurrence usesOccurrence)
throws WTException
UsesOccurrence requires a root
PathOccurrence (one which allows no subPath).
usesOccurrence -
WTException
public static boolean requiresTerminalPathOccurrence(OccurrenceableLink occurrenceableLink)
throws WTException
OccurrenceableLink requires
a terminal PathOccurrence (one which allows no superPaths).
occurrenceableLink -
WTException
public static boolean requiresTerminalPathOccurrence(UsesOccurrence usesOccurrence)
throws WTException
UsesOccurrence requires a terminal
PathOccurrence (one which allows no superPaths).
usesOccurrence -
WTException
public static boolean hasTerminalParentPathOccurrence(CombinedPathOccurrence combinedPathOccurrence)
throws WTException
CombinedPathOccurrence has
a terminal parent PathOccurrence (one which allows no superPaths).
combinedPathOccurrence -
WTException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||