org.drools.semantics.groovy
Class GroovyFunctions
java.lang.Object
org.drools.semantics.groovy.GroovyFunctions
- All Implemented Interfaces:
- Serializable, Functions, SemanticComponent
public class GroovyFunctions
- extends Object
- implements Functions
Python block semantics Consequence
.
- Version:
- $Id: GroovyFunctions.java,v 1.1 2004/12/14 21:00:28 mproctor Exp $
- Author:
- bob mcwhirter
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroovyFunctions
public GroovyFunctions(String name,
String text)
- Construct.
- Parameters:
text
- The block text.
getText
public String getText()
- Specified by:
getText
in interface Functions
getSemantic
public String getSemantic()
- Specified by:
getSemantic
in interface Functions
Copyright © 2001-2005 The Codehaus. All Rights Reserved.