org.drools.tags.rule
Interface ExtractorReceptor
- All Known Implementing Classes:
- ExtractionTag
- public interface ExtractorReceptor
Object that can receive a configured Extractor
.
- Version:
- $Id: ExtractorReceptor.java,v 1.1 2002/09/27 20:55:32 bob Exp $
- Author:
- bob mcwhirter
receiveExtractor
public void receiveExtractor(Extractor extractor)
- Receive an
Extractor
.
- Parameters:
extractor
- The extractor.
getAvailableDeclarations
public Declaration[] getAvailableDeclarations()
throws org.apache.commons.jelly.JellyException
- Retrieve the array of available
Declaration
s.
- Returns:
- The array of declarations.
- Throws:
org.apache.commons.jelly.JellyException
- If no declarations are currently
available in scope.
Copyright © 2001-2003 The Werken Company. All Rights Reserved.