Package org.drools.model
Class PrototypeExpression.CompletePrototypeFieldValue
- java.lang.Object
-
- org.drools.model.PrototypeExpression.PrototypeFieldValue
-
- org.drools.model.PrototypeExpression.CompletePrototypeFieldValue
-
- All Implemented Interfaces:
PrototypeExpression,PrototypeExpression.EvaluableExpression
- Enclosing interface:
- PrototypeExpression
public static class PrototypeExpression.CompletePrototypeFieldValue extends PrototypeExpression.PrototypeFieldValue implements PrototypeExpression.EvaluableExpression
-
-
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 java.lang.Objectevaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)java.util.Collection<PrototypeVariable>getPrototypeVariables()PrototypeVariablegetProtoVar()booleanhasPrototypeVariable()java.lang.StringtoString()-
Methods inherited from class org.drools.model.PrototypeExpression.PrototypeFieldValue
asFunction, getFieldName, getImpactedFields
-
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, mul, sub
-
-
-
-
Method Detail
-
getProtoVar
public PrototypeVariable getProtoVar()
-
hasPrototypeVariable
public boolean hasPrototypeVariable()
- Specified by:
hasPrototypeVariablein interfacePrototypeExpression
-
getPrototypeVariables
public java.util.Collection<PrototypeVariable> getPrototypeVariables()
- Specified by:
getPrototypeVariablesin interfacePrototypeExpression
-
evaluate
public java.lang.Object evaluate(java.util.Map<PrototypeVariable,PrototypeFact> factsMap)
- Specified by:
evaluatein interfacePrototypeExpression.EvaluableExpression
-
toString
public java.lang.String toString()
- Overrides:
toStringin classPrototypeExpression.PrototypeFieldValue
-
-