Class CombinedPatternDef
- java.lang.Object
-
- org.drools.ruleunits.dsl.patterns.CombinedPatternDef
-
- All Implemented Interfaces:
InternalPatternDef,PatternDef
public class CombinedPatternDef extends java.lang.Object implements InternalPatternDef
-
-
Constructor Summary
Constructors Constructor Description CombinedPatternDef(org.drools.model.Condition.Type type, InternalPatternDef... patternDefs)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.model.view.ViewItemtoExecModelItem()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.ruleunits.dsl.patterns.InternalPatternDef
subPatternFrom
-
-
-
-
Constructor Detail
-
CombinedPatternDef
public CombinedPatternDef(org.drools.model.Condition.Type type, InternalPatternDef... patternDefs)
-
-
Method Detail
-
toExecModelItem
public org.drools.model.view.ViewItem toExecModelItem()
- Specified by:
toExecModelItemin interfaceInternalPatternDef
-
-