Package org.drools.model
Interface InvokerPattern<T>
-
- All Known Subinterfaces:
InvokerMultiValuePattern<T>,InvokerSingleValuePattern<T>
public interface InvokerPattern<T> extends Pattern<T>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Condition
Condition.Type
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanisMultiValue()-
Methods inherited from interface org.drools.model.Condition
cloneCondition, getBoundVariables, getSubConditions, getType
-
Methods inherited from interface org.drools.model.Pattern
getBindings, getConstraint, getInputVariables, getPatternClassMetadata, getPatternVariable, getWatchedProps, isPassive
-
-