Package org.drools.model
Interface PrototypeExpression.EvaluableExpression
-
- All Known Implementing Classes:
PrototypeExpression.BinaryOperation,PrototypeExpression.CompletePrototypeFieldValue,PrototypeExpression.FixedValue
- Enclosing interface:
- PrototypeExpression
public static interface PrototypeExpression.EvaluableExpression
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Objectevaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)
-
-
-
Method Detail
-
evaluate
java.lang.Object evaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)
-
-