Package org.drools.model
Interface InvokerSingleValuePattern<T>
-
- All Superinterfaces:
Condition,InvokerPattern<T>,Pattern<T>
public interface InvokerSingleValuePattern<T> extends InvokerPattern<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 FunctionN<T>getInvokedFunction()-
Methods inherited from interface org.drools.model.Condition
cloneCondition, getBoundVariables, getSubConditions, getType
-
Methods inherited from interface org.drools.model.InvokerPattern
isMultiValue
-
Methods inherited from interface org.drools.model.Pattern
getBindings, getConstraint, getInputVariables, getPatternClassMetadata, getPatternVariable, getWatchedProps, isPassive
-
-