Package org.drools.model
Class PrototypeExpression.BinaryOperation
- java.lang.Object
-
- org.drools.model.PrototypeExpression.BinaryOperation
-
- All Implemented Interfaces:
PrototypeExpression
- Enclosing interface:
- PrototypeExpression
public static class PrototypeExpression.BinaryOperation extends Object implements PrototypeExpression
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPrototypeExpression.BinaryOperation.Operator-
Nested classes/interfaces inherited from interface org.drools.model.PrototypeExpression
PrototypeExpression.BinaryOperation, PrototypeExpression.FixedValue, PrototypeExpression.PrototypeArrayItemValue, PrototypeExpression.PrototypeFieldValue
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function1<PrototypeFact,Object>asFunction(Prototype prototype)Collection<String>getImpactedFields()StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.drools.model.PrototypeExpression
add, composeWith, div, mul, sub
-
-
-
-
Method Detail
-
asFunction
public Function1<PrototypeFact,Object> asFunction(Prototype prototype)
- Specified by:
asFunctionin interfacePrototypeExpression
-
getImpactedFields
public Collection<String> getImpactedFields()
- Specified by:
getImpactedFieldsin interfacePrototypeExpression
-
-