Package org.drools.model
Class PrototypeDSL.PrototypePatternDefImpl
- java.lang.Object
-
- org.drools.model.PatternDSL.PatternDefImpl<PrototypeFact>
-
- org.drools.model.PrototypeDSL.PrototypePatternDefImpl
-
- All Implemented Interfaces:
PatternDSL.PatternDef<PrototypeFact>,PrototypeDSL.PrototypePatternDef,RuleItem,RuleItemBuilder<ViewItem<PrototypeFact>>,ViewItem<PrototypeFact>,ViewItemBuilder<PrototypeFact>
- Enclosing class:
- PrototypeDSL
public static class PrototypeDSL.PrototypePatternDefImpl extends PatternDSL.PatternDefImpl<PrototypeFact> implements PrototypeDSL.PrototypePatternDef
-
-
Constructor Summary
Constructors Constructor Description PrototypePatternDefImpl(PrototypeVariable variable)
-
Method Summary
All Methods Instance Methods Concrete 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 class org.drools.model.PatternDSL.PatternDefImpl
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, getDomainClassMetadata, getFirstVariable, getItems, getVariables, getWatch, isPassive, or, passive, watch
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
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
-
-
-
-
Constructor Detail
-
PrototypePatternDefImpl
public PrototypePatternDefImpl(PrototypeVariable variable)
-
-
Method Detail
-
expr
public PrototypeDSL.PrototypePatternDef expr(String fieldName, Index.ConstraintType constraintType, Object value)
- Specified by:
exprin interfacePrototypeDSL.PrototypePatternDef
-
expr
public PrototypeDSL.PrototypePatternDef expr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeExpression right)
- Specified by:
exprin interfacePrototypeDSL.PrototypePatternDef
-
expr
public PrototypeDSL.PrototypePatternDef expr(String fieldName, Index.ConstraintType constraintType, PrototypeVariable other, String otherFieldName)
- Specified by:
exprin interfacePrototypeDSL.PrototypePatternDef
-
expr
public PrototypeDSL.PrototypePatternDef expr(PrototypeExpression left, Index.ConstraintType constraintType, PrototypeVariable other, PrototypeExpression right)
- Specified by:
exprin interfacePrototypeDSL.PrototypePatternDef
-
-