org.drools.template.model
Class AttributedDRLElement
java.lang.Object
org.drools.template.model.DRLElement
org.drools.template.model.AttributedDRLElement
- Direct Known Subclasses:
- Package, Rule
public abstract class AttributedDRLElement
- extends DRLElement
Intermediary class, extending DRLElement with the capability of
storing attributes, as required for rules and the package itself.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AttributedDRLElement
protected AttributedDRLElement()
AttributedDRLElement
protected AttributedDRLElement(Integer salience)
renderDRL
protected void renderDRL(DRLOutput out)
asStringLiteral
protected String asStringLiteral(String value)
asTimerLiteral
protected String asTimerLiteral(String value)
setSalience
public void setSalience(Integer value)
setSalience
public void setSalience(String value)
setDuration
public void setDuration(Long value)
setTimer
public void setTimer(String value)
setCalendars
public void setCalendars(String value)
setActivationGroup
public void setActivationGroup(String value)
setRuleFlowGroup
public void setRuleFlowGroup(String value)
setAgendaGroup
public void setAgendaGroup(String value)
setNoLoop
public void setNoLoop(boolean value)
setLockOnActive
public void setLockOnActive(boolean value)
setAutoFocus
public void setAutoFocus(boolean value)
getAttribute
public String getAttribute(String name)
getSalience
public String getSalience()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.