org.drools.io
Class ConsequenceHandler
java.lang.Object
org.drools.io.BaseAbstractHandler
org.drools.io.ConsequenceHandler
- All Implemented Interfaces:
- Handler
- class ConsequenceHandler
- extends BaseAbstractHandler
- implements Handler
- Author:
- mproctor
TODO To change the template for this generated type comment go to Window -
Preferences - Java - Code Style - Code Templates
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ruleSetReader
protected RuleSetReader ruleSetReader
validPeers
protected Set validPeers
validParents
protected Set validParents
allowNesting
protected boolean allowNesting
ConsequenceHandler
ConsequenceHandler(RuleSetReader ruleSetReader)
start
public Object start(String uri,
String localName,
org.xml.sax.Attributes attrs)
throws org.xml.sax.SAXException
- Specified by:
start
in interface Handler
- Throws:
org.xml.sax.SAXException
end
public Object end(String uri,
String localName)
throws org.xml.sax.SAXException
- Specified by:
end
in interface Handler
- Throws:
org.xml.sax.SAXException
popParent
public boolean popParent()
generateNodeFor
public Class generateNodeFor()
- Specified by:
generateNodeFor
in interface Handler
getValidParents
public Set getValidParents()
getValidPeers
public Set getValidPeers()
allowNesting
public boolean allowNesting()
Copyright © 2001-2004 The Codehaus. All Rights Reserved.