org.drools.ide.common.assistant.info.drl
Class RuleDRLContentInfo
java.lang.Object
org.drools.ide.common.assistant.info.drl.RuleBasicContentInfo
org.drools.ide.common.assistant.info.drl.RuleDRLContentInfo
public class RuleDRLContentInfo
- extends RuleBasicContentInfo
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RuleDRLContentInfo
public RuleDRLContentInfo(Integer offset,
String content,
DRLContentTypeEnum type,
String ruleName,
List<RuleLineContentInfo> lhs,
List<RuleLineContentInfo> rhs)
setRuleName
public void setRuleName(String ruleName)
getRuleName
public String getRuleName()
getRuleNameLength
public Integer getRuleNameLength()
addLHSRuleLine
public void addLHSRuleLine(RuleLineContentInfo ruleLine)
getLHSRuleLines
public List<RuleLineContentInfo> getLHSRuleLines()
addRHSRuleLine
public void addRHSRuleLine(RuleLineContentInfo ruleLine)
getRHSRuleLines
public List<RuleLineContentInfo> getRHSRuleLines()
getAllLines
public List<RuleLineContentInfo> getAllLines()
Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.