Package org.drools.model
Interface PrototypeDSL.PrototypePatternDef
-
- All Superinterfaces:
PatternDSL.PatternDef<PrototypeFact>,RuleItem,RuleItemBuilder<ViewItem<PrototypeFact>>,ViewItem<PrototypeFact>,ViewItemBuilder<PrototypeFact>
- All Known Implementing Classes:
PrototypeDSL.PrototypePatternDefImpl
- Enclosing class:
- PrototypeDSL
public static interface PrototypeDSL.PrototypePatternDef extends PatternDSL.PatternDef<PrototypeFact>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PrototypeDSL.PrototypePatternDefexpr(String fieldName, Index.ConstraintType constraintType, Object value)PrototypeDSL.PrototypePatternDefexpr(String fieldName, Index.ConstraintType constraintType, PrototypeVariable other, String otherFieldName)PrototypeDSL.PrototypePatternDefexpr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeExpression right)PrototypeDSL.PrototypePatternDefexpr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeVariable other, PrototypeExpression right)-
Methods inherited from interface org.drools.model.PatternDSL.PatternDef
and, bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, endAnd, endOr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, expr, or, passive, watch
-
Methods inherited from interface org.drools.model.view.ViewItem
get, getFirstVariable, getVariables
-
-
-
-
Method Detail
-
expr
PrototypeDSL.PrototypePatternDef expr(String fieldName, Index.ConstraintType constraintType, Object value)
-
expr
PrototypeDSL.PrototypePatternDef expr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeExpression right)
-
expr
PrototypeDSL.PrototypePatternDef expr(String fieldName, Index.ConstraintType constraintType, PrototypeVariable other, String otherFieldName)
-
expr
PrototypeDSL.PrototypePatternDef expr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeVariable other, PrototypeExpression right)
-
-