org.drools.tags.rule
Interface ConsequenceReceptor
- All Known Implementing Classes:
- ConsequenceTag
- public interface ConsequenceReceptor
Object that can receive a configured Consequence
.
- Version:
- $Id: ConsequenceReceptor.java,v 1.2 2003/03/25 19:47:32 tdiesler Exp $
- Author:
- bob mcwhirter
receiveConsequence
public void receiveConsequence(Consequence consequence)
- Receive an
Consequence
.
- Parameters:
consequence
- The consequence.
getAvailableDeclarations
public Declaration[] getAvailableDeclarations()
throws org.apache.commons.jelly.JellyTagException
- Retrieve the array of available
Declaration
s.
- Returns:
- The array of declarations.
- Throws:
org.apache.commons.jelly.JellyTagException
- If no declarations are currently
available in scope.
Copyright © 2001-2003 The Werken Company. All Rights Reserved.