Method Summary |
|
void | addReasons(ReasonsMask mask) Adds all reasons from the reasons mask to this mask. |
int | getReasons() Returns the reasons in this mask. |
boolean | hasNewReasons(ReasonsMask mask) Returns true if the passed reasons mask has new reasons.
Parameters: mask - The reasons mask which should be tested for new reasons. |
ReasonsMask | intersect(ReasonsMask mask) Intersects this mask with the given reasons mask.
Parameters: mask - The mask to intersect with. |
boolean | isAllReasons() Returns true if this reasons mask contains all possible
reasons. |