Package org.drools.model
Class PrototypeExpression.PrototypeFieldValue
- java.lang.Object
-
- org.drools.model.PrototypeExpression.PrototypeFieldValue
-
- All Implemented Interfaces:
PrototypeExpression
- Direct Known Subclasses:
PrototypeExpression.CompletePrototypeFieldValue
- Enclosing interface:
- PrototypeExpression
public static class PrototypeExpression.PrototypeFieldValue extends java.lang.Object implements PrototypeExpression
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.PrototypeExpression
PrototypeExpression.BinaryOperation, PrototypeExpression.CompletePrototypeFieldValue, PrototypeExpression.EvaluableExpression, PrototypeExpression.FixedValue, PrototypeExpression.PrototypeArrayItemValue, PrototypeExpression.PrototypeCompositeExpression, PrototypeExpression.PrototypeFieldValue, PrototypeExpression.ThisPrototype
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Function1<PrototypeFact,java.lang.Object>asFunction(Prototype prototype)java.util.Collection<java.lang.String>getImpactedFields()java.util.Optional<java.lang.String>getIndexingKey()if indexable, return a key for alpha/beta indexingjava.lang.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, andThen, composeWith, div, getPrototypeVariables, hasPrototypeVariable, mul, sub
-
-
-
-
Method Detail
-
asFunction
public Function1<PrototypeFact,java.lang.Object> asFunction(Prototype prototype)
- Specified by:
asFunctionin interfacePrototypeExpression
-
getIndexingKey
public java.util.Optional<java.lang.String> getIndexingKey()
Description copied from interface:PrototypeExpressionif indexable, return a key for alpha/beta indexing- Specified by:
getIndexingKeyin interfacePrototypeExpression
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
getImpactedFields
public java.util.Collection<java.lang.String> getImpactedFields()
- Specified by:
getImpactedFieldsin interfacePrototypeExpression
-
-