org.drools.io
Class BaseAbstractHandler

java.lang.Object
  extended by org.drools.io.BaseAbstractHandler
Direct Known Subclasses:
ApplicationDataHandler, ConditionHandler, ConsequenceHandler, DurationHandler, FunctionsHandler, ImportHandler, ObjectTypeHandler, ParameterHandler, RuleHandler, RuleSetHandler

abstract class BaseAbstractHandler
extends Object

Author:
mproctor TODO To change the template for this generated type comment go to Window - Preferences - Java - Code Style - Code Templates

Field Summary
protected  boolean allowNesting
           
protected  RuleSetReader ruleSetReader
           
protected  Set validParents
           
protected  Set validPeers
           
 
Constructor Summary
BaseAbstractHandler()
           
 
Method Summary
 boolean allowNesting()
           
 Set getValidParents()
           
 Set getValidPeers()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ruleSetReader

protected RuleSetReader ruleSetReader

validPeers

protected Set validPeers

validParents

protected Set validParents

allowNesting

protected boolean allowNesting
Constructor Detail

BaseAbstractHandler

BaseAbstractHandler()
Method Detail

getValidParents

public Set getValidParents()

getValidPeers

public Set getValidPeers()

allowNesting

public boolean allowNesting()


Copyright © 2001-2005 The Codehaus. All Rights Reserved.