Class RuleModelPeerVariableVisitor
- java.lang.Object
-
- org.drools.workbench.screens.guided.template.client.editor.RuleModelPeerVariableVisitor
-
public class RuleModelPeerVariableVisitor extends Object
A Rule Model Visitor to extract InterpolationVariables that are defined on the same Pattern or Action as the provided base variable. This is used to get a list of InterpolationVariables (or literal values) used to drive dependent enumerations.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classRuleModelPeerVariableVisitor.ValueHolder
-
Constructor Summary
Constructors Constructor Description RuleModelPeerVariableVisitor(org.drools.workbench.models.datamodel.rule.RuleModel model, String baseVariableName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RuleModelPeerVariableVisitor.ValueHolder>getPeerVariables()
-
-
-
Constructor Detail
-
RuleModelPeerVariableVisitor
public RuleModelPeerVariableVisitor(org.drools.workbench.models.datamodel.rule.RuleModel model, String baseVariableName)
-
-
Method Detail
-
getPeerVariables
public List<RuleModelPeerVariableVisitor.ValueHolder> getPeerVariables()
-
-