org.drools.workbench.models.commons.backend.rule.context
Class GeneratorContextRuleModelVisitor
java.lang.Object
org.drools.workbench.models.commons.backend.rule.context.GeneratorContextRuleModelVisitor
public class GeneratorContextRuleModelVisitor
- extends Object
A Rule Model Visitor to extract Interpolation Variables (Template Keys). This version
also identifies whether components of a RuleModel use non-template constraints.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GeneratorContextRuleModelVisitor
public GeneratorContextRuleModelVisitor(Set<InterpolationVariable> vars)
GeneratorContextRuleModelVisitor
public GeneratorContextRuleModelVisitor(IPattern pattern,
Set<InterpolationVariable> vars)
GeneratorContextRuleModelVisitor
public GeneratorContextRuleModelVisitor(IAction action,
Set<InterpolationVariable> vars)
visit
public void visit(Object o)
hasNonTemplateOutput
public boolean hasNonTemplateOutput()
Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.