Package org.drools.model
Interface Pattern<T>
- All Superinterfaces:
Condition
- All Known Subinterfaces:
AccumulatePattern<T>,GroupByPattern<T,,K> InvokerMultiValuePattern<T>,InvokerPattern<T>,InvokerSingleValuePattern<T>
- All Known Implementing Classes:
AccumulatePatternImpl,GroupByPatternImpl,PatternImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.Condition
Condition.Type -
Method Summary
Methods inherited from interface org.drools.model.Condition
cloneCondition, getBoundVariables, getSubConditions, getType
-
Method Details
-
getPatternVariable
-
getPatternClassMetadata
-
getInputVariables
Variable[] getInputVariables() -
getConstraint
Constraint getConstraint() -
getBindings
Collection<Binding> getBindings() -
getWatchedProps
String[] getWatchedProps() -
isPassive
boolean isPassive()
-