Uses of Class
org.drools.model.functions.PredicateInformation
Packages that use PredicateInformation
-
Uses of PredicateInformation in org.drools.model
Methods in org.drools.model that return PredicateInformation -
Uses of PredicateInformation in org.drools.model.constraints
Fields in org.drools.model.constraints declared as PredicateInformationModifier and TypeFieldDescriptionprotected PredicateInformationAbstractSingleConstraint.predicateInformationMethods in org.drools.model.constraints that return PredicateInformationConstructors in org.drools.model.constraints with parameters of type PredicateInformationModifierConstructorDescriptionprotectedAbstractSingleConstraint(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 PredicateInformationModifier and TypeFieldDescriptionstatic final PredicateInformationPredicateInformation.EMPTY_PREDICATE_INFORMATIONMethods in org.drools.model.functions that return PredicateInformationModifier and TypeMethodDescriptionPredicate1.Impl.predicateInformation()default PredicateInformationPredicate1.predicateInformation()Predicate10.Impl.predicateInformation()default PredicateInformationPredicate10.predicateInformation()Predicate11.Impl.predicateInformation()default PredicateInformationPredicate11.predicateInformation()Predicate12.Impl.predicateInformation()default PredicateInformationPredicate12.predicateInformation()Predicate13.Impl.predicateInformation()default PredicateInformationPredicate13.predicateInformation()Predicate2.Impl.predicateInformation()default PredicateInformationPredicate2.predicateInformation()Predicate3.Impl.predicateInformation()default PredicateInformationPredicate3.predicateInformation()Predicate4.Impl.predicateInformation()default PredicateInformationPredicate4.predicateInformation()Predicate5.Impl.predicateInformation()default PredicateInformationPredicate5.predicateInformation()Predicate6.Impl.predicateInformation()default PredicateInformationPredicate6.predicateInformation()Predicate7.Impl.predicateInformation()default PredicateInformationPredicate7.predicateInformation()Predicate8.Impl.predicateInformation()default PredicateInformationPredicate8.predicateInformation()Predicate9.Impl.predicateInformation()default PredicateInformationPredicate9.predicateInformation()