| Package | Description |
|---|---|
| org.basinmc.lavatory.rule |
| Modifier and Type | Method | Description |
|---|---|---|
Rule.Action |
Rule.evaluate(ResolverContext ctx) |
Evaluates the result of this rule and thus whether or not the respective value it is attached
to is to be included.
|
Rule.Action |
Rule.getAction() |
|
static Rule.Action |
Rule.Action.negate(Rule.Action action) |
Retrieves the negated value of the supplied action.
|
static Rule.Action |
Rule.Action.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static Rule.Action[] |
Rule.Action.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method | Description |
|---|---|---|
static Rule.Action |
Rule.Action.negate(Rule.Action action) |
Retrieves the negated value of the supplied action.
|
| Constructor | Description |
|---|---|
Rule(Rule.Action action,
Set<RuleCondition> conditions) |
Copyright © 2018 Basin. All rights reserved.