Package org.drools.model
Class PrototypeDSL.PrototypeSubPatternDefImpl<T>
- java.lang.Object
-
- org.drools.model.PatternDSL.PatternDefImpl<PrototypeFact>
-
- org.drools.model.PrototypeDSL.PrototypePatternDefImpl
-
- org.drools.model.PrototypeDSL.PrototypeSubPatternDefImpl<T>
-
- All Implemented Interfaces:
PatternDSL.PatternDef<PrototypeFact>,PrototypeDSL.PrototypePatternDef,RuleItem,RuleItemBuilder<ViewItem<PrototypeFact>>,ViewItem<PrototypeFact>,ViewItemBuilder<PrototypeFact>
- Enclosing class:
- PrototypeDSL
public static class PrototypeDSL.PrototypeSubPatternDefImpl<T> extends PrototypeDSL.PrototypePatternDefImpl
-
-
Field Summary
-
Fields inherited from class org.drools.model.PatternDSL.PatternDefImpl
items, variable
-
-
Constructor Summary
Constructors Constructor Description PrototypeSubPatternDefImpl(PrototypeDSL.PrototypePatternDefImpl parent, PatternDSL.LogicalCombiner combiner)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PrototypeDSL.PrototypePatternDefImplendAnd()PrototypeDSL.PrototypePatternDefImplendOr()-
Methods inherited from class org.drools.model.PrototypeDSL.PrototypePatternDefImpl
and, expr, expr, expr, expr, expr, getPrototype, getPrototypeVariable, or
-
Methods inherited from class org.drools.model.PatternDSL.PatternDefImpl
bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, 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, 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
bind, bind, bind, bind, bind, bind, bind, bind, bind, bind, 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, passive, watch
-
Methods inherited from interface org.drools.model.view.ViewItem
get, getFirstVariable, getVariables
-
-
-
-
Constructor Detail
-
PrototypeSubPatternDefImpl
public PrototypeSubPatternDefImpl(PrototypeDSL.PrototypePatternDefImpl parent, PatternDSL.LogicalCombiner combiner)
-
-
Method Detail
-
endAnd
public PrototypeDSL.PrototypePatternDefImpl endAnd()
- Specified by:
endAndin interfacePatternDSL.PatternDef<T>- Overrides:
endAndin classPatternDSL.PatternDefImpl<PrototypeFact>
-
endOr
public PrototypeDSL.PrototypePatternDefImpl endOr()
- Specified by:
endOrin interfacePatternDSL.PatternDef<T>- Overrides:
endOrin classPatternDSL.PatternDefImpl<PrototypeFact>
-
-