public static class TMLContext.WebTMLOccasion extends java.lang.Object implements ProblemOccasion
| Constructor and Description |
|---|
TMLContext.WebTMLOccasion() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<?> |
getDefaultRefClass()
Returns a reference class for this occasion, normally the class whose operations may register problems of this occasion.
|
ProblemScope |
getDefaultScope()
Returns the default problem scope used by problems of this occasion
|
java.lang.Class<? extends ProblemType> |
getDefaultType()
Returns the default problem type used by problems of this occasion
|
boolean |
isClearedAutomatically()
Identifies if problems of this occasion are automatically cleared once the problem is solved.
|
public ProblemScope getDefaultScope()
ProblemOccasiongetDefaultScope in interface ProblemOccasionpublic java.lang.Class<? extends ProblemType> getDefaultType()
ProblemOccasiongetDefaultType in interface ProblemOccasionpublic java.lang.Class<?> getDefaultRefClass()
ProblemOccasiongetDefaultRefClass in interface ProblemOccasionpublic boolean isClearedAutomatically()
ProblemOccasionisClearedAutomatically in interface ProblemOccasion