public enum LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B extends Enum<LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B> implements org.drools.model.functions.Predicate2<org.kie.dmn.model.api.Association,org.kie.dmn.model.api.dmndi.DMNEdge>
| Enum Constant and Description |
|---|
INSTANCE |
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPRESSION_HASH |
| Modifier and Type | Method and Description |
|---|---|
org.drools.model.functions.PredicateInformation |
predicateInformation() |
boolean |
test(org.kie.dmn.model.api.Association _this,
org.kie.dmn.model.api.dmndi.DMNEdge $edge) |
static LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B INSTANCE
public static final String EXPRESSION_HASH
public static LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B[] values()
for (LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B c : LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B.values()) System.out.println(c);
public static LambdaPredicateF4A3FD0D3D51E6907894A37C9A09B93B valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic boolean test(org.kie.dmn.model.api.Association _this,
org.kie.dmn.model.api.dmndi.DMNEdge $edge)
throws Exception
test in interface org.drools.model.functions.Predicate2<org.kie.dmn.model.api.Association,org.kie.dmn.model.api.dmndi.DMNEdge>Exceptionpublic org.drools.model.functions.PredicateInformation predicateInformation()
predicateInformation in interface org.drools.model.functions.Predicate2<org.kie.dmn.model.api.Association,org.kie.dmn.model.api.dmndi.DMNEdge>Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.