Interface SurfaceRule.Condition
- Enclosing interface:
SurfaceRule
public static interface SurfaceRule.Condition
A condition for
surface rules
-
Method Summary
Modifier and TypeMethodDescriptionnot()
Returns the negated conditionthen
(SurfaceRule rule) Returns the conditional surface rule
-
Method Details
-
then
Returns the conditional surface rule- Parameters:
rule
- the surface rule to apply the condition on- Returns:
- The surface rule
-
not
SurfaceRule.Condition not()Returns the negated condition- Returns:
- The negated condition
-