Class SinglePatternDef<A>
java.lang.Object
org.drools.ruleunits.dsl.patterns.SinglePatternDef<A>
- All Implemented Interfaces:
InternalPatternDef,PatternDef
- Direct Known Subclasses:
Pattern1DefImpl,Pattern2DefImpl,Pattern3DefImpl,Pattern4DefImpl
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedSinglePatternDef(RuleDefinition rule, Variable<A> variable) -
Method Summary
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.ruleunits.dsl.patterns.InternalPatternDef
subPatternFrom
-
Field Details
-
rule
-
variable
-
constraints
-
-
Constructor Details
-
SinglePatternDef
-
-
Method Details
-
getConstraints
-
getVariable
-
execute
-
toExecModelItem
- Specified by:
toExecModelItemin interfaceInternalPatternDef
-