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 static PrototypeVariablePrototypeDSL. variable(Prototype prototype)static PrototypeVariablePrototypeDSL. variable(Prototype prototype, String name)Methods in org.drools.model with parameters of type PrototypeVariable Modifier and Type Method Description PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDef. expr(String fieldName, Index.ConstraintType constraintType, PrototypeVariable other, String otherFieldName)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDef. expr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeVariable other, PrototypeExpression right)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDefImpl. expr(String fieldName, Index.ConstraintType constraintType, PrototypeVariable other, String otherFieldName)PrototypeDSL.PrototypePatternDefPrototypeDSL.PrototypePatternDefImpl. expr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeVariable other, PrototypeExpression right)static PrototypeDSL.PrototypePatternDefPrototypeDSL. protoPattern(PrototypeVariable protoVar)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
-