Uses of Interface
org.drools.model.PrototypeVariable
-
Packages that use PrototypeVariable Package Description org.drools.model org.drools.model.impl -
-
Uses of PrototypeVariable in org.drools.model
Methods in org.drools.model that return PrototypeVariable Modifier and Type Method Description PrototypeVariablePrototypeDSL.PrototypePatternDefImpl. getPrototypeVariable()PrototypeVariablePrototypeExpression.CompletePrototypeFieldValue. getProtoVar()static PrototypeVariablePrototypeDSL. variable(Prototype prototype)static PrototypeVariablePrototypeDSL. variable(Prototype prototype, java.lang.String name)Methods in org.drools.model that return types with arguments of type PrototypeVariable Modifier and Type Method Description java.util.Collection<PrototypeVariable>PrototypeExpression.BinaryOperation. getPrototypeVariables()java.util.Collection<PrototypeVariable>PrototypeExpression.CompletePrototypeFieldValue. getPrototypeVariables()default java.util.Collection<PrototypeVariable>PrototypeExpression. getPrototypeVariables()Methods in org.drools.model with parameters of type PrototypeVariable Modifier and Type Method Description PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDef. expr(java.lang.String fieldName, ConstraintOperator operator, PrototypeVariable other, java.lang.String otherFieldName)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDef. expr(TemporalPredicate temporalPredicate, PrototypeVariable other)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDef. expr(PrototypeExpression left, ConstraintOperator operator, PrototypeVariable other, PrototypeExpression right)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDefImpl. expr(java.lang.String fieldName, ConstraintOperator operator, PrototypeVariable other, java.lang.String otherFieldName)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDefImpl. expr(TemporalPredicate temporalPredicate, PrototypeVariable other)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDefImpl. expr(PrototypeExpression left, ConstraintOperator operator, PrototypeVariable other, PrototypeExpression right)static PrototypeDSL.PrototypePatternDefPrototypeDSL. protoPattern(PrototypeVariable protoVar)static PrototypeExpressionPrototypeExpression. prototypeField(PrototypeVariable protoVar, java.lang.String fieldName)Method parameters in org.drools.model with type arguments of type PrototypeVariable Modifier and Type Method Description java.lang.ObjectPrototypeExpression.BinaryOperation. evaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)java.lang.ObjectPrototypeExpression.CompletePrototypeFieldValue. evaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)java.lang.ObjectPrototypeExpression.EvaluableExpression. evaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)java.lang.ObjectPrototypeExpression.FixedValue. evaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)Constructors in org.drools.model with parameters of type PrototypeVariable Constructor Description PrototypePatternDefImpl(PrototypeVariable variable) -
Uses of PrototypeVariable in org.drools.model.impl
Classes in org.drools.model.impl that implement PrototypeVariable Modifier and Type Class Description classPrototypeVariableImpl
-