Uses of Class
org.drools.model.functions.PredicateInformation
-
Packages that use PredicateInformation Package Description org.drools.model org.drools.model.constraints org.drools.model.functions -
-
Uses of PredicateInformation in org.drools.model
Methods in org.drools.model that return PredicateInformation Modifier and Type Method Description default PredicateInformationConstraint. predicateInformation() -
Uses of PredicateInformation in org.drools.model.constraints
Fields in org.drools.model.constraints declared as PredicateInformation Modifier and Type Field Description protected PredicateInformationAbstractSingleConstraint. predicateInformationMethods in org.drools.model.constraints that return PredicateInformation Modifier and Type Method Description PredicateInformationAbstractSingleConstraint. predicateInformation()Constructors in org.drools.model.constraints with parameters of type PredicateInformation Constructor Description AbstractSingleConstraint(String exprId, PredicateInformation predicateInformation)SingleConstraint1(String exprId, PredicateInformation predicateInformation)This constructor generates a constraint that cannot be evaluated as it lacks the actual predicate The AlphaNode referring this can be shared, as the exprId is provided Currently it's used only with the Alpha Network Compiler, since the code instantiating the actual constraint will be inlined inside the compiled Alpha Network itself. -
Uses of PredicateInformation in org.drools.model.functions
Fields in org.drools.model.functions declared as PredicateInformation Modifier and Type Field Description static PredicateInformationPredicateInformation. EMPTY_PREDICATE_INFORMATION
-