Class AlphaNetworkEvaluationContext
- java.lang.Object
-
- org.kie.dmn.core.compiler.alphanetbased.AlphaNetworkEvaluationContext
-
public class AlphaNetworkEvaluationContext extends Object
-
-
Constructor Summary
Constructors Constructor Description AlphaNetworkEvaluationContext(Results results)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.drools.core.rule.DeclarationgetDeclaration()ResultsgetResultCollector()org.drools.model.Variable<PropertyEvaluator>getVariable()
-
-
-
Constructor Detail
-
AlphaNetworkEvaluationContext
public AlphaNetworkEvaluationContext(Results results)
-
-
Method Detail
-
getVariable
public org.drools.model.Variable<PropertyEvaluator> getVariable()
-
getDeclaration
public org.drools.core.rule.Declaration getDeclaration()
-
getResultCollector
public Results getResultCollector()
-
-