org.drools.semantics.groovy
Class Exec
java.lang.Object
org.drools.semantics.groovy.Interp
org.drools.semantics.groovy.Exec
- All Implemented Interfaces:
- Serializable
- Direct Known Subclasses:
- BlockConsequence
- public class Exec
- extends Interp
Base class for Groovy-based semantic components.
- Version:
- $Id: Exec.java,v 1.8 2004/11/29 12:14:43 simon Exp $
- Author:
- bob mcwhirter , James Strachan , Christiaan ten Klooster
- See Also:
BlockConsequence
,
Serialized Form
Method Summary |
protected void |
execute(groovy.lang.Binding locals)
Execute. |
void |
execute(Tuple tuple)
Execute. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Exec
protected Exec(String text,
Rule rule)
- Construct.
execute
public void execute(Tuple tuple)
- Execute.
- Parameters:
tuple
- Tuple containing variable bindings.
execute
protected void execute(groovy.lang.Binding locals)
- Execute.
- Parameters:
locals
- The evaluation dictionary.
Copyright © 2001-2004 The Codehaus. All Rights Reserved.