org.drools.eclipse.core
Class DefaultRuleGroup

java.lang.Object
  extended by org.drools.eclipse.core.DroolsElement
      extended by org.drools.eclipse.core.RuleGroup
          extended by org.drools.eclipse.core.DefaultRuleGroup

public class DefaultRuleGroup
extends RuleGroup


Field Summary
 
Fields inherited from class org.drools.eclipse.core.DroolsElement
ACTIVATION_GROUP, AGENDA_GROUP, DEFAULT_RULE_GROUP, EXPANDER, FUNCTION, GLOBAL, IMPORT, NO_ELEMENTS, PACKAGE, PROCESS, QUERY, RULE, RULE_ATTRIBUTE, RULEFLOW_GROUP, RULESET, TEMPLATE
 
Constructor Summary
protected DefaultRuleGroup(Package parent, Rule rule, String groupName)
           
 
Method Summary
 int getType()
           
 String toString()
           
 
Methods inherited from class org.drools.eclipse.core.RuleGroup
addRule, equals, getChildren, getRules
 
Methods inherited from class org.drools.eclipse.core.DroolsElement
getFile, getLength, getOffset, getParent
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DefaultRuleGroup

protected DefaultRuleGroup(Package parent,
                           Rule rule,
                           String groupName)
Method Detail

getType

public int getType()
Specified by:
getType in class RuleGroup

toString

public String toString()
Overrides:
toString in class RuleGroup


Copyright © 2001-2012 JBoss by Red Hat. All Rights Reserved.